GTK: fix two typos in gui.cpp

This commit is contained in:
shinydoofy 2010-04-10 13:42:33 +00:00
parent 16ae807d6b
commit 5d0aefac08
1 changed files with 2 additions and 2 deletions

View File

@ -594,12 +594,12 @@ void openVideoConfig()
win = gtk_window_new(GTK_WINDOW_TOPLEVEL); win = gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_window_set_title(GTK_WINDOW(win), "Video Prefernces"); gtk_window_set_title(GTK_WINDOW(win), "Video Preferences");
//gtk_widget_set_size_request(win, 250, 250); //gtk_widget_set_size_request(win, 250, 250);
vbox = gtk_vbox_new(FALSE, 5); vbox = gtk_vbox_new(FALSE, 5);
lbl = gtk_label_new("Video options do not take \neffect until the emulator is restared."); lbl = gtk_label_new("Video options will not take\neffect until the emulator is restarted.");
// scalar widgets // scalar widgets
hbox1 = gtk_hbox_new(FALSE, 3); hbox1 = gtk_hbox_new(FALSE, 3);