Author: cazfi
Date: Tue May  5 06:09:03 2015
New Revision: 28997

URL: http://svn.gna.org/viewcvs/freeciv?rev=28997&view=rev
Log:
Make it clear that there's active modpack installation in progress when
confirming modpack installer quitting.

See patch #6052

Modified:
    branches/S2_5/tools/mpgui_gtk2.c
    branches/S2_5/tools/mpgui_gtk3.c
    branches/S2_5/tools/mpgui_qt.cpp

Modified: branches/S2_5/tools/mpgui_gtk2.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/tools/mpgui_gtk2.c?rev=28997&r1=28996&r2=28997&view=diff
==============================================================================
--- branches/S2_5/tools/mpgui_gtk2.c    (original)
+++ branches/S2_5/tools/mpgui_gtk2.c    Tue May  5 06:09:03 2015
@@ -103,7 +103,7 @@
                                       0,
                                       GTK_MESSAGE_WARNING,
                                       GTK_BUTTONS_YES_NO,
-                                      _("Are you sure you want to quit?"));
+      _("Modpack installation in progress.\nAre you sure you want to quit?"));
 
       gtk_window_set_position(GTK_WINDOW(dialog), GTK_WIN_POS_MOUSE);
 

Modified: branches/S2_5/tools/mpgui_gtk3.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/tools/mpgui_gtk3.c?rev=28997&r1=28996&r2=28997&view=diff
==============================================================================
--- branches/S2_5/tools/mpgui_gtk3.c    (original)
+++ branches/S2_5/tools/mpgui_gtk3.c    Tue May  5 06:09:03 2015
@@ -103,7 +103,7 @@
                                       0,
                                       GTK_MESSAGE_WARNING,
                                       GTK_BUTTONS_YES_NO,
-                                      _("Are you sure you want to quit?"));
+      _("Modpack installation in progress.\nAre you sure you want to quit?"));
 
       gtk_window_set_position(GTK_WINDOW(dialog), GTK_WIN_POS_MOUSE);
 

Modified: branches/S2_5/tools/mpgui_qt.cpp
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/tools/mpgui_qt.cpp?rev=28997&r1=28996&r2=28997&view=diff
==============================================================================
--- branches/S2_5/tools/mpgui_qt.cpp    (original)
+++ branches/S2_5/tools/mpgui_qt.cpp    Tue May  5 06:09:03 2015
@@ -475,7 +475,7 @@
   QMessageBox ask(central);
   int ret;
 
-  ask.setText(_("Are you sure you want to quit?"));
+  ask.setText(("Modpack installation in progress.\nAre you sure you want to 
quit?"));
   ask.setStandardButtons(QMessageBox::Cancel | QMessageBox::Ok);
   ask.setDefaultButton(QMessageBox::Cancel);
   ask.setIcon(QMessageBox::Warning);


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to