comparison gui/dialog/msgbox.c @ 36031:8ae2e20462a7

Move variable declarations and definitions where they belong.
author ib
date Sun, 31 Mar 2013 22:45:25 +0000
parents a04e8798227b
children aebe956868d9
comparison
equal deleted inserted replaced
36030:7efddc4d726f 36031:8ae2e20462a7
28 #include "msgbox.h" 28 #include "msgbox.h"
29 #include "tools.h" 29 #include "tools.h"
30 30
31 GtkWidget * gtkMessageBoxText; 31 GtkWidget * gtkMessageBoxText;
32 GtkWidget * MessageBox = NULL; 32 GtkWidget * MessageBox = NULL;
33 GtkWidget * WarningPixmap;
34 GtkWidget * ErrorPixmap;
33 35
34 static void on_Ok_released( GtkButton * button,gpointer user_data ) 36 static void on_Ok_released( GtkButton * button,gpointer user_data )
35 { 37 {
36 (void) button; 38 (void) button;
37 (void) user_data; 39 (void) user_data;