Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolbar ToolTips don't switch language #2623

Closed
asfimport opened this issue Oct 26, 2011 · 1 comment
Closed

Toolbar ToolTips don't switch language #2623

asfimport opened this issue Oct 26, 2011 · 1 comment

Comments

@asfimport
Copy link
Collaborator

Rainer Jung (Bug 52093):
The new toolbar added in BZ 52040 uses a fixed language for the ToolTips. Like the Menus, the language should switch if one changes it via the Options - Choose Language Menu.

For the Menues this is done by implementing LocaleChangeListener in o.a.j.gui.util.JMeterMenuBar and calling updateMenuElement() from localeChanged(). For the toolbar it could be a little bit more complicated because JMeterToolBar is static and there's no reference to the ToolBar. I haven't checked whether a reference to the ToolBar would suffice, or the original IconToolbarBean List is needed.

Thanks for the cool new feature.

Regards,

Rainer

Version: Nightly
Severity: minor
OS: All

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Date: Wed Oct 26 21:14:33 2011
New Revision: 1189464

URL: http://svn.apache.org/viewvc?rev=1189464&view=rev
Log:
#2623 - Toolbar ToolTips don't switch language

Modified:
jakarta/jmeter/trunk/src/core/org/apache/jmeter/gui/util/JMeterToolBar.java
jakarta/jmeter/trunk/xdocs/changes.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant