mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-22 11:51:22 +00:00
changed title of save dialog to make more sense
This commit is contained in:
parent
db442af134
commit
7cf0bccc19
1 changed files with 1 additions and 2 deletions
|
@ -1453,8 +1453,7 @@ qboolean ConfirmModified() {
|
|||
|
||||
int saveChoice = gtk_MessageBoxNew( g_pParentWnd->m_pWidget,
|
||||
"The current map has changed since it was last saved.\n"
|
||||
"Would you like to save before continuing?",
|
||||
"Exit Radiant",
|
||||
"Would you like to save before continuing?", "Radiant",
|
||||
MB_YESNOCANCEL | MB_ICONQUESTION );
|
||||
|
||||
switch( saveChoice ) {
|
||||
|
|
Loading…
Reference in a new issue