bardsoftware / ganttproject

Official GanttProject repository.
http://ganttproject.biz
GNU General Public License v3.0
860 stars 301 forks source link

The label for import in the file menu does not contain access keys. #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open File menu

What is the expected output? What do you see instead?
In the i18n properties files the access key for import is defined. However this 
is has no effect in the application.

What version of the product are you using? On what operating system?
GanttProject Praha 428, (change 619 (08257f00cfa4)) on Linux

Reason:
ImportFileAction line 43/44 should probably read "return getI18n("import");"

Original issue reported on code.google.com by marcus11...@googlemail.com on 12 Aug 2011 at 3:27

GoogleCodeExporter commented 9 years ago
Thanks for fixing this!

Regards,

Marcus

Original comment by marcus11...@googlemail.com on 12 Aug 2011 at 3:30

Attachments:

GoogleCodeExporter commented 9 years ago
The original code line was working fine (but deprecated).
The cleaned code (see rba03490996ba6a4ed23eb6c3a663e7ea4e0d34bd) is also 
working fine.

So, if you experience problems there is likely something else going on.
- What language settings do you use?
- What text do you see on the Import menu item?
- What text do you expect to see?

Original comment by maarten....@gmail.com on 14 Aug 2011 at 11:07

GoogleCodeExporter commented 9 years ago
Thanks for your reply!

I just got a vanilla version ("parent: 621:f4988041fca1 tip") from the server 
to verify my problem.

My language setting is "German (Deutsch)". 

The import menu item reads "Importieren" without any underlined character in 
contrast to the i18n_de.properties where a dollar character precedes the "I". 
One would expect to see "<u>I</u>mportieren" to put it in HTML...

The issue remains with English: "Export" and most of the other items have 
access keys, "Import" does not.

Regards,

Marcus

Original comment by marcus11...@googlemail.com on 14 Aug 2011 at 12:41

Attachments:

GoogleCodeExporter commented 9 years ago
Ah.. I'll take a look why the _ is missing here!
Thanks for your clarification

Original comment by maarten....@gmail.com on 14 Aug 2011 at 1:03

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 925076b90ca9.

Original comment by maarten....@gmail.com on 14 Aug 2011 at 1:23

GoogleCodeExporter commented 9 years ago

Original comment by dbarashev on 22 Sep 2014 at 12:22