tMessage boxes now use pretty GTK+2 icons where appropriate. - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit d5b1b32325372d1e3cabd27c2c90d6967de65ee8
parent 25f62a95e17764771e3fff97d08651247b6ba088
Author: Ben Webb 
Date:   Mon, 25 Mar 2002 16:59:06 +0000

Message boxes now use pretty GTK+2 icons where appropriate.


Diffstat:
  M src/gui_client/newgamedia.c         |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui_client/newgamedia.c b/src/gui_client/newgamedia.c
t@@ -72,7 +72,7 @@ static gboolean GetStartGamePlayerName(gchar **PlayerName)
   else {
     GtkMessageBox(stgam.dialog,
                   _("You can't start the game without giving a name first!"),
-                  _("New Game"), MB_OK);
+                  _("New Game"), GTK_MESSAGE_WARNING, MB_OK);
     return FALSE;
   }
 }