noreply at rubyforge.org
2007-Oct-27 17:50 UTC
[wxruby-development] [ wxruby-Bugs-15115 ] MenuBar and Statusbar showing wrong text
Bugs item #15115, was opened at 27-10-2007 13:50 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=15115&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: 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" instead "Exibe informa??es sobre o programa" on the status bar Code that shows the bug appended. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=15115&group_id=35
Seemingly Similar Threads
- pictorG
- How to get Menubar in IE7
- [1016] trunk/wxruby2/swig/classes/StatusBar.i: Remove directors from StatusBar''s methods as don''t seem to need them, (Bug:6809)
- [1029] trunk/wxruby2/swig/classes/MenuBar.i: Add special GC protection for Wx::Menu to prevent premature destruction
- [ wxruby-Bugs-12233 ] segfault on exit with StatusBar