Check-in Number:
|
3985 | |
Date: |
2003-Feb-03 11:46:13 (local)
2003-Feb-03 10:46:13 (UTC) |
User: | ms |
Branch: | |
Comment: |
Fix tool labels, after finding another left over inconsistency. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/as_assist.cpp 1.92 -> 1.93
--- as_assist.cpp 2003/01/30 23:48:00 1.92
+++ as_assist.cpp 2003/02/03 10:46:13 1.93
@@ -470,7 +470,7 @@
nMenuid = pHelppopup->insertItem(trUtf8("&Contents"), this, SLOT(helpContents()), Key_F1);
pHelppopup->setItemEnabled(nMenuid, false);
pHelppopup->insertSeparator();
- pHelppopup->insertItem(trUtf8("About &Titraq"), this, SLOT(aboutTitraq()));
+ pHelppopup->insertItem(trUtf8("About &AS-GUI"), this, SLOT(aboutTitraq()));
pHelppopup->insertItem(trUtf8("About &OSSP"), this, SLOT(aboutOSSP()));
pHelppopup->insertItem(trUtf8("About &Qt"), this, SLOT(aboutQt()));
pHelppopup->insertSeparator();
|
|
ossp-pkg/as/as-gui/as_const.h 1.43 -> 1.44
--- as_const.h 2003/01/30 22:07:41 1.43
+++ as_const.h 2003/02/03 10:46:13 1.44
@@ -35,7 +35,7 @@
// General preferences
#define TITRAQ_PREFNAME ".asgui"
-#define TITRAQ_APPTITLE "AS Gui"
+#define TITRAQ_APPTITLE "AS Accounting System"
#define TITRAQ_STR_ID "OSSPASGUI" /* APPID */
#define TITRAQ_UID_ID 0x84fae747e1a64016bf049e98bbc4bd96 /* UUID */
#define TITRAQ_PREFVER "0.5"
|
|