diff options
author | Slávek Banko <[email protected]> | 2018-08-20 02:06:19 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-08-20 02:06:19 +0200 |
commit | 1a51ca569fb641a2b63dcadf59d35db5cef5f672 (patch) | |
tree | 7bea9b029e6d955730e0ceef12012a0f75b011e6 | |
parent | dbfe7ad92f062902eaf41a07e30bcb03be0ed591 (diff) | |
download | amarok-1a51ca569fb641a2b63dcadf59d35db5cef5f672.tar.gz amarok-1a51ca569fb641a2b63dcadf59d35db5cef5f672.zip |
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | amarok/src/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/amarok/src/main.cpp b/amarok/src/main.cpp index 66748e29..2141eaf3 100644 --- a/amarok/src/main.cpp +++ b/amarok/src/main.cpp @@ -38,11 +38,11 @@ int main( int argc, char *argv[] ) I18N_NOOP( "Developer (illissius)" ), "[email protected]" ); aboutData.addAuthor( "Ian '" I18N_NOOP("The Beard") "' Monroe", I18N_NOOP( "Developer (eean)" ), "[email protected]", "http://www.monroe.nu/" ); - aboutData.addAuthor( "Jeff '"I18N_NOOP("IROCKSOHARD") "' Mitchell", + aboutData.addAuthor( "Jeff '" I18N_NOOP("IROCKSOHARD") "' Mitchell", I18N_NOOP( "Developer (jefferai)" ), "[email protected]" ); - aboutData.addAuthor( "Mark '"I18N_NOOP("It's good, but it's not irssi") "' Kretschmann", + aboutData.addAuthor( "Mark '" I18N_NOOP("It's good, but it's not irssi") "' Kretschmann", I18N_NOOP( "Project founder (markey)" ), "[email protected]" ); - aboutData.addAuthor( "Martin '"I18N_NOOP("Easily the most compile-breaks ever!") "' Aumueller", + aboutData.addAuthor( "Martin '" I18N_NOOP("Easily the most compile-breaks ever!") "' Aumueller", I18N_NOOP( "Developer (aumuell)" ), "[email protected]" ); aboutData.addAuthor( "Max '" I18N_NOOP("Turtle-Power") "' Howell", I18N_NOOP( "Cowboy mxcl" ), "[email protected]", "http://www.methylblue.com" ); @@ -58,7 +58,7 @@ int main( int argc, char *argv[] ) I18N_NOOP( "Developer (sebr)" ), "[email protected]", "http://www.sebruiz.net" ); aboutData.addAuthor( "Stanislav '" I18N_NOOP("All you need is DCOP") "' Karchebny", I18N_NOOP( "DCOP, improvements, cleanups, i18n (berkus)" ), "[email protected]" ); - aboutData.addAuthor( "Timothy '"I18N_NOOP("HCI nut") "' Pearson", + aboutData.addAuthor( "Timothy '" I18N_NOOP("HCI nut") "' Pearson", I18N_NOOP( "Developer (kb9vqf)" ), "[email protected]" ); |