X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=libs%2Fgtkutil%2Fmessagebox.h;h=05754604c4e2aa1eda5af6b627512e3f55a96080;hb=d692c0e8ae7f66804fcd4ad83dcc57a01deebf19;hp=4ae8a3f8a52c5b7fc44c6004de32847e4f538c18;hpb=42a317b7459e9f8152eb0cae61fbafa87ef67a72;p=xonotic%2Fnetradiant.git diff --git a/libs/gtkutil/messagebox.h b/libs/gtkutil/messagebox.h index 4ae8a3f8..05754604 100644 --- a/libs/gtkutil/messagebox.h +++ b/libs/gtkutil/messagebox.h @@ -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