search for: toggle_whitespace

Displaying 1 result from an estimated 1 matches for "toggle_whitespace".

2007 Oct 27
0
[ wxruby-Bugs-15115 ] MenuBar and Statusbar showing wrong text
...: Nobody (None) Summary: MenuBar and Statusbar showing wrong text Initial Comment: $LANGUAGE = "pt-br" WHITE_SPACE_ST = { "pt-br" => "Exibe Espa?os em Branco" } ABOUT_ST = { "pt-br" => "Exibe informa??es sobre o programa" } menuView.append(Toggle_Whitespace, WHITE_SPACE[$LANGUAGE], WHITE_SPACE_ST[$LANGUAGE], ITEM_CHECK) menuHelp.append(Minimal_About, ABOUT[$LANGUAGE], ABOUT_ST[$LANGUAGE]) When i run the code the created window shows: "Open\tCtrl-O" instead "Exibe Espa?os em Branco" in the menu "Show about dialog" ins...