]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fix cancel button
authorThomas Debesse <dev@illwieckz.net>
Sat, 12 Oct 2019 21:25:15 +0000 (23:25 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sat, 12 Oct 2019 21:25:15 +0000 (23:25 +0200)
libs/gtkutil/messagebox.cpp

index 82d6dfe4b02ad2ddc49327f7cd4bc91e4911771c..afecc133c7b4b7b0b009d86fbf666738525b4665 100644 (file)
@@ -125,7 +125,7 @@ EMessageBoxReturn gtk_MessageBox( ui::Window parentWindow, const char* text, con
                }
 
                {
-                       auto button = create_modal_dialog_button( "OK", cancel_button );
+                       auto button = create_modal_dialog_button( "Cancel", cancel_button );
                        hbox.pack_start( button, TRUE, FALSE, 0 );
                        gtk_widget_add_accelerator( button , "clicked", accel, GDK_KEY_Escape, (GdkModifierType)0, (GtkAccelFlags)0 );
                        button.show();