tMessage boxes now use pretty GTK+2 icons where appropriate. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d5b1b32325372d1e3cabd27c2c90d6967de65ee8
 (DIR) parent 25f62a95e17764771e3fff97d08651247b6ba088
 (HTM) Author: Ben Webb <ben@salilab.org>
       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(-)
       ---
 (DIR) 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;
          }
        }