Index: ossp-pkg/as/as-gui/as_assist.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v rcsdiff -q -kk '-r1.92' '-r1.93' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v' 2>/dev/null --- 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(); Index: ossp-pkg/as/as-gui/as_const.h RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_const.h,v rcsdiff -q -kk '-r1.43' '-r1.44' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_const.h,v' 2>/dev/null --- 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"