12 lines
318 B
Text
12 lines
318 B
Text
Index: src/grg_widgets.h
|
|
--- src/grg_widgets.h.orig
|
|
+++ src/grg_widgets.h
|
|
@@ -25,7 +25,7 @@
|
|
#include "grg_defs.h"
|
|
#include <gtk/gtk.h>
|
|
|
|
-gboolean mapIsUTF;
|
|
+extern gboolean mapIsUTF;
|
|
|
|
/* Shows and manages a dialog that asks for a string. */
|
|
gchar *grg_input_dialog (gchar * title, gchar * qtext, gchar * preset,
|