Ticket #922 (closed defect: fixed)
Regex editor keeps first language after language change.
| Reported by: | zenogantner | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Regex Editor | Version: | trunk |
| Keywords: | i18n | Cc: |
Description
How to reproduce:
- Open Regex Editor
- Close Regex Editor
- Select another language from "View"->"Language"
- Open Regex Editor
The Regex Editor is still in the first language.
This does not happen with the preferences dialog or the keyboard combination dialog.
Change History
comment:2 Changed 3 years ago by zenogantner
I guess this is because Padre::Wx::Dialog::Preferences is a Padre::Wx::Dialog,
while the other ones (Key Bindings, About, RegexEditor?) inherit just from Wx::Dialog.
I haven't spotted the code yet that makes the difference.
I'd be grateful for any hints on that matter.
Note: See
TracTickets for help on using
tickets.

The About box has the same problem.