changed title of save dialog to make more sense

This commit is contained in:
freemancw 2012-12-17 05:16:52 -05:00
parent db442af134
commit 7cf0bccc19
1 changed files with 1 additions and 2 deletions

View File

@ -1453,8 +1453,7 @@ qboolean ConfirmModified() {
int saveChoice = gtk_MessageBoxNew( g_pParentWnd->m_pWidget, int saveChoice = gtk_MessageBoxNew( g_pParentWnd->m_pWidget,
"The current map has changed since it was last saved.\n" "The current map has changed since it was last saved.\n"
"Would you like to save before continuing?", "Would you like to save before continuing?", "Radiant",
"Exit Radiant",
MB_YESNOCANCEL | MB_ICONQUESTION ); MB_YESNOCANCEL | MB_ICONQUESTION );
switch( saveChoice ) { switch( saveChoice ) {