diff --git a/src/drivers/sdl/gui.cpp b/src/drivers/sdl/gui.cpp index d3cedc7d..52dfc72f 100644 --- a/src/drivers/sdl/gui.cpp +++ b/src/drivers/sdl/gui.cpp @@ -1123,7 +1123,7 @@ static GtkItemFactoryEntry menu_items[] = { { "/Movie/Record _as", NULL, recordMovieAs, 0, ""}, { "/Options/_Gamepad Config", NULL , openGamepadConfig, 0, "", GTK_STOCK_PREFERENCES }, { "/Options/_Sound Config", NULL , openSoundConfig, 0, "" }, - { "/Options/_Vound Config", NULL , openVideoConfig, 0, "" }, + { "/Options/_Video Config", NULL , openVideoConfig, 0, "" }, { "/Options/_Palette Config", NULL , openPaletteConfig, 0, "" }, { "/Options/sep1", NULL, NULL, 0, "" }, { "/Options/_Fullscreen", NULL, enableFullscreen, 0, "" },