GTK: typo.. vound -> video

This commit is contained in:
punkrockguy318 2010-02-25 18:20:57 +00:00
parent 9fe7fa9fad
commit ab51ce9d28
1 changed files with 1 additions and 1 deletions

View File

@ -1123,7 +1123,7 @@ static GtkItemFactoryEntry menu_items[] = {
{ "/Movie/Record _as", NULL, recordMovieAs, 0, "<Item>"},
{ "/Options/_Gamepad Config", NULL , openGamepadConfig, 0, "<StockItem>", GTK_STOCK_PREFERENCES },
{ "/Options/_Sound Config", NULL , openSoundConfig, 0, "<Item>" },
{ "/Options/_Vound Config", NULL , openVideoConfig, 0, "<Item>" },
{ "/Options/_Video Config", NULL , openVideoConfig, 0, "<Item>" },
{ "/Options/_Palette Config", NULL , openPaletteConfig, 0, "<Item>" },
{ "/Options/sep1", NULL, NULL, 0, "<Separator>" },
{ "/Options/_Fullscreen", NULL, enableFullscreen, 0, "<Item>" },