GTK: typo.. vound -> video
This commit is contained in:
parent
9fe7fa9fad
commit
ab51ce9d28
|
@ -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>" },
|
||||
|
|
Loading…
Reference in New Issue