[rkward-cvs] rkward/rkward main.cpp,1.23,1.24

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Apr 20 12:34:19 UTC 2006


Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13330/rkward

Modified Files:
	main.cpp 
Log Message:
Bump version number, add Stefan to credits

Index: main.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/main.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** main.cpp	12 Apr 2006 19:35:13 -0000	1.23
--- main.cpp	20 Apr 2006 12:34:17 -0000	1.24
***************
*** 91,96 ****
  	aboutData.addCredit ("Marco Martin", I18N_NOOP ("A cool icon"), QString::null);
  	aboutData.addCredit ("Daniele Medri", I18N_NOOP ("RKWard logo, many suggestions, help on wording"), QString::null);
  	aboutData.addCredit ("David Sibai", I18N_NOOP ("Several valuable comments, hints and patches"), QString::null);
! 	aboutData.addCredit (I18N_NOOP ("Many more people on rkward-devel at lists.sourceforge.net"), I18N_NOOP ("Sorry, I forgot to list you. Please contact me to get added"), QString::null);
  
  	// before initializing the commandline args, remove the ".bin" from "rkward.bin".
--- 91,97 ----
  	aboutData.addCredit ("Marco Martin", I18N_NOOP ("A cool icon"), QString::null);
  	aboutData.addCredit ("Daniele Medri", I18N_NOOP ("RKWard logo, many suggestions, help on wording"), QString::null);
+ 	aboutData.addCredit ("Stefan Roediger", I18N_NOOP ("Several plugins, and suggestions"), QString::null);
  	aboutData.addCredit ("David Sibai", I18N_NOOP ("Several valuable comments, hints and patches"), QString::null);
! 	aboutData.addCredit (I18N_NOOP ("Many more people on rkward-devel at lists.sourceforge.net"), I18N_NOOP ("Sorry, if we forgot to list you. Please contact us to get added"), QString::null);
  
  	// before initializing the commandline args, remove the ".bin" from "rkward.bin".





More information about the rkward-tracker mailing list