s/GtkRadiant/NetRadiant/

git-svn-id: svn://svn.icculus.org/netradiant/trunk@81 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
rpolzer
2008-09-17 13:32:43 +00:00
parent 867591c067
commit 4eeb89d4b2
17 changed files with 22 additions and 22 deletions

View File

@@ -65,7 +65,7 @@ enum EMessageBoxReturn
// simple Message Box, see above for the 'type' flags
typedef EMessageBoxReturn (* PFN_QERAPP_MESSAGEBOX) (GtkWidget *parent, const char* text, const char* caption/* = "GtkRadiant"*/, EMessageBoxType type/* = eMB_OK*/, EMessageBoxIcon icon/* = eMB_ICONDEFAULT*/);
typedef EMessageBoxReturn (* PFN_QERAPP_MESSAGEBOX) (GtkWidget *parent, const char* text, const char* caption/* = "NetRadiant"*/, EMessageBoxType type/* = eMB_OK*/, EMessageBoxIcon icon/* = eMB_ICONDEFAULT*/);
// file and directory selection functions return null if the user hits cancel
// - 'title' is the dialog title (can be null)