mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +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,
|
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 ) {
|
||||||
|
|
Loading…
Reference in a new issue