[rkward-cvs] rkward/rkward rkward.cpp,1.112,1.113
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Sun Oct 23 18:47:02 UTC 2005
Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21350/rkward
Modified Files:
rkward.cpp
Log Message:
Modifying some descriptions of RKWard
Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** rkward.cpp 21 Oct 2005 16:04:32 -0000 1.112
--- rkward.cpp 23 Oct 2005 18:46:59 -0000 1.113
***************
*** 166,171 ****
startR ();
! QString dummy = i18n("Before you start bashing at it: please note that this is merely a technology preview release. You might actually be able to use it for some very simple tasks, but chances are it's of hardly any practical value so far. It does not do much good. It might do some very bad things (don't let it touch valuable data!). It's lacking in many respects. If you would like to help improve it, or simply get in contact, visit:\nhttp://rkward.sourceforge.net\nAll comments are welcome.");
! KMessageBox::information (this, dummy, i18n("Before you complain..."), "state_of_rkward");
// create handle for menu bar and register standard menus
--- 166,171 ----
startR ();
! QString dummy = i18n ("Please note that RKWard is still far from being finished. We feel it is already helpful for a number of tasks, but many features are lacking or buggy. You can help us by filing bug reports, feature requests, or providing feedback in any other form. Please visit http://rkward.sourceforge.net for contact information.");
! KMessageBox::information (this, dummy, i18n("What to expect of RKWard"), "state_of_rkward");
// create handle for menu bar and register standard menus
More information about the rkward-tracker
mailing list