diff options
Diffstat (limited to 'science/gsystem/files/patch-client-not-configured-message.diff')
-rw-r--r-- | science/gsystem/files/patch-client-not-configured-message.diff | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/science/gsystem/files/patch-client-not-configured-message.diff b/science/gsystem/files/patch-client-not-configured-message.diff deleted file mode 100644 index aaebbe56ac9a..000000000000 --- a/science/gsystem/files/patch-client-not-configured-message.diff +++ /dev/null @@ -1,20 +0,0 @@ -Index: src/guniverseclient/main.cpp -=================================================================== ---- src/guniverseclient/main.cpp (revision 511) -+++ src/guniverseclient/main.cpp (working copy) -@@ -35,6 +35,7 @@ - #include <kmainwindow.h> - #include <kcmdlineargs.h> - #include <kaboutdata.h> -+#include <kmessagebox.h> - - #include <qstring.h> - #include <qfile.h> -@@ -133,6 +134,7 @@ - else - { - qWarning(QString("failed to load configuration file: ") + filename); -+ KMessageBox::error(0,QString("The configuration %1 could not be loaded, please run \"god\" to create the desired configuration! Then restart the client. Details can be found in the G System README file.\n\nIf you don't know what to do, contact us at http://www.g-system.at/").arg(filename),"Client not configured!"); - QTimer::singleShot(10,&a,SLOT(quit())); - } - |