Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: CUBRID Manager, CUBRID Query Browser
-
Labels:None
-
Environment:
Mac Lion
CM 8.4.0
Description
Nothing happens if I choose Preferences or About CUBRID Manager menus from main CUBRID Manager menu.
No error, no message, no window.
I have fixed following parts on ApplicationActionBarAdvisor.java file.
Some special menus is needed special id string on mac.
preferenceAction.setId("preferences");
aboutAction.setId("about");
In addition, I fixed this two menu's dialog shape like sheet type dialog on mac.