]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/gtkutil/messagebox.h
Merge branch 'polishing' into 'master'
[xonotic/netradiant.git] / libs / gtkutil / messagebox.h
index 4ae8a3f8a52c5b7fc44c6004de32847e4f538c18..05754604c4e2aa1eda5af6b627512e3f55a96080 100644 (file)
@@ -25,6 +25,6 @@
 #include "qerplugin.h"
 
 /// \brief Shows a modal message-box.
-EMessageBoxReturn gtk_MessageBox( ui::Window parent, const char* text, const char* title = "NetRadiant", EMessageBoxType type = eMB_OK, EMessageBoxIcon icon = eMB_ICONDEFAULT );
+EMessageBoxReturn gtk_MessageBox( ui::Window parent, const char* text, const char* title = RADIANT_NAME, EMessageBoxType type = eMB_OK, EMessageBoxIcon icon = eMB_ICONDEFAULT );
 
 #endif