[rkward-cvs] rkward/rkward main.cpp,1.19,1.20
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Tue Oct 25 15:22:30 UTC 2005
- Previous message: [rkward-cvs] rkward/po es.po,1.7,1.8 fr.po,1.13,1.14 it.po,1.14,1.15 pl.po,1.6,1.7 rkward.pot,1.8,1.9
- Next message: [rkward-cvs] rkward/rkward/dialogs rkloadlibsdialog.cpp,1.17,1.18 rkloadlibsdialog.h,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12520/rkward
Modified Files:
main.cpp
Log Message:
Show correct version in about dialog. Message merge
Index: main.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/main.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** main.cpp 29 Sep 2005 16:02:50 -0000 1.19
--- main.cpp 25 Oct 2005 15:22:28 -0000 1.20
***************
*** 61,64 ****
--- 61,65 ----
#include "rkward.h"
+ #include "config.h"
#include "debug.h"
***************
*** 67,78 ****
int RK_Debug_Flags = ALL;
! static const char *version =
! I18N_NOOP("0.3.1");
- static const char *description =
- I18N_NOOP("RKWard");
- // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
-
-
static KCmdLineOptions options[] =
{
--- 68,74 ----
int RK_Debug_Flags = ALL;
! static const char *version = I18N_NOOP(VERSION);
! static const char *description = I18N_NOOP("RKWard");
static KCmdLineOptions options[] =
{
- Previous message: [rkward-cvs] rkward/po es.po,1.7,1.8 fr.po,1.13,1.14 it.po,1.14,1.15 pl.po,1.6,1.7 rkward.pot,1.8,1.9
- Next message: [rkward-cvs] rkward/rkward/dialogs rkloadlibsdialog.cpp,1.17,1.18 rkloadlibsdialog.h,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list