-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor changes in pkg and about dialog + new version
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,10 +31,10 @@ | |
|
||
#define qtn_about_dialog_title "About" | ||
|
||
#define qtn_about_dialog_text "S60Maps Version 0.1.0\n\nBuild: " __DATE__ " " __TIME__ "\n\nAuthor: artem78\n\nSupport: [email protected]\n\n(c) " | ||
#define qtn_about_dialog_text "S60Maps Version 0.9.0-beta\nBuild: " __DATE__ " " __TIME__ "\nAuthor: artem78 ([email protected])\nWeb: https://github.com/artem78/s60-maps" | ||
|
||
//#ifdef _DEBUG | ||
#define qtn_about_dialog_git_text "\n\nGit: commit %S (branch %S)\n\n" | ||
#define qtn_about_dialog_git_text "\nGit: %S %S" | ||
//#endif | ||
|
||
#define qtn_confirm_exit_dialog_title "Confirm exit" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters