]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/gtkutil/messagebox.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / libs / gtkutil / messagebox.h
index 331ae169883a2f14b73c5a5fa010c4468f15ecdf..4ae8a3f8a52c5b7fc44c6004de32847e4f538c18 100644 (file)
@@ -25,8 +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 = "NetRadiant", EMessageBoxType type = eMB_OK, EMessageBoxIcon icon = eMB_ICONDEFAULT );
 
 #endif