[Kde-games-devel] Small (very small) patch for kolf
Albert Astals Cid
tsdgeos at terra.es
Fri Apr 25 00:08:25 CEST 2003
This ultra small patch fixes Kolf outputting
WARNING: KLocale: trying to look up "" in catalogue. Fix the program
to the shell when clicking in Help -> About Kolf
If anybody with CVS access wants to upload it i'll be glad to have contributed
1 character to the KDE project
? kold_diff
Index: main.cpp
===================================================================
RCS file: /home/kde/kdegames/kolf/main.cpp,v
retrieving revision 1.14
diff -u -r1.14 main.cpp
--- main.cpp 30 Dec 2002 18:57:04 -0000 1.14
+++ main.cpp 24 Apr 2003 21:00:13 -0000
@@ -29,7 +29,7 @@
int main(int argc, char **argv)
{
- KAboutData aboutData( "kolf", I18N_NOOP("Kolf"), version, description,
KAboutData::License_GPL, "(c) 2002, Jason Katz-Brown", "",
"http://www.katzbrown.com/kolf/");
+ KAboutData aboutData( "kolf", I18N_NOOP("Kolf"), version, description,
KAboutData::License_GPL, "(c) 2002, Jason Katz-Brown", 0,
"http://www.katzbrown.com/kolf/");
aboutData.addAuthor("Jason Katz-Brown", I18N_NOOP("Main author"),
"jason at katzbrown.com");
aboutData.addAuthor("Niklas Knutsson", I18N_NOOP("Advanced putting mode"),
0);
More information about the kde-games-devel
mailing list