From 17d053c6816f61e54deaa24e98c64b041cf76bfa Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Tue, 10 Jun 2003 13:34:23 +0000 Subject: [PATCH] Helge's right; this is better. (Once upon a time this was copied from a KDevelop template, which if it's still this way should probably be changed.) svn path=/trunk/kdemultimedia/juk/; revision=230760 --- main.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/main.cpp b/main.cpp index e778b041..51c7f40f 100644 --- a/main.cpp +++ b/main.cpp @@ -22,14 +22,14 @@ #include "juk.h" -static const char *description = I18N_NOOP("Jukebox and music manager for KDE"); -static const char *scott = I18N_NOOP("Author, chief dork and keeper of the funk"); -static const char *daniel = I18N_NOOP("System tray docking, \"inline\" tag editing,\nbug fixes, evangelism, moral support"); -static const char *tim = I18N_NOOP("GStreamer port"); -static const char *stefan = I18N_NOOP("Global keybindings support"); -static const char *stephan = I18N_NOOP("Track announcement popups"); -static const char *frerich = I18N_NOOP("Automagic track data guessing, bugfixes"); -static const char *zack = I18N_NOOP("More automagical things, now using MusicBrainz"); +static const char description[] = I18N_NOOP("Jukebox and music manager for KDE"); +static const char scott[] = I18N_NOOP("Author, chief dork and keeper of the funk"); +static const char daniel[] = I18N_NOOP("System tray docking, \"inline\" tag editing,\nbug fixes, evangelism, moral support"); +static const char tim[] = I18N_NOOP("GStreamer port"); +static const char stefan[] = I18N_NOOP("Global keybindings support"); +static const char stephan[] = I18N_NOOP("Track announcement popups"); +static const char frerich[] = I18N_NOOP("Automagic track data guessing, bugfixes"); +static const char zack[] = I18N_NOOP("More automagical things, now using MusicBrainz"); #if KDE_IS_VERSION(3,1,90) typedef KUniqueApplication Application; -- GitLab