*** empty log message ***

git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@274 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
Alex Burger 2002-10-19 13:40:06 +00:00 committed by alex_b
parent 43b1bec364
commit 9a45333a92

View File

@ -1955,7 +1955,7 @@ static GtkWidget *generic_game_frame (enum server_type type) {
/* Custom Argments frame */
frame = gtk_frame_new (_("Custom Arguments (may not work with this game)"));
frame = gtk_frame_new (_("Custom Arguments"));
gtk_table_attach_defaults (GTK_TABLE (table), frame, 0, 2, 3, 4);
page_vbox2 = gtk_vbox_new (FALSE, 4);