]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/surface_heretic2/surfaceflagsdialog_heretic2.cpp
* fixed a lot of compiler warnings (mostly const char * stuff and use of uninitialize...
[xonotic/netradiant.git] / plugins / surface_heretic2 / surfaceflagsdialog_heretic2.cpp
index 13e1cb4a75156e04fe978550135c180acbc3c39f..63c8378ec6a571a199bcd80b1ae606dab2bccf3d 100644 (file)
@@ -20,6 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 #include <gtk/gtk.h>
+#include <glib/gi18n.h>
 #include <gdk/gdkkeysyms.h>
 
 #include "surfdlg_plugin.h"
@@ -983,7 +984,7 @@ on_surf_value_entry_insert_text         (GtkEditable     *editable,
                                        user_data);
   }
   gtk_signal_emit_stop_by_name (GTK_OBJECT (editable), "insert_text");
-  
+
   g_free (result);
 }