Skip to content

Commit

Permalink
update supported lookAndFeels
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgeiger committed Oct 22, 2015
1 parent 648e08c commit bfb8c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
- Removes support for key bindings per external application by allowing only the key binding "push to application" for the currently selected external application.
- Removes "edit preamble" from toolbar
- Fix #250: No hard line breaks after 70 chars in serialized JabRef meta data
- Update supported LookAndFeels
[dev_2.11]
- Backports from 2.80: Fix bug #194: JabRef starts again on Win XP and Win Vista
- Backports from 2.80: Fixes #103: JDialog for auto set links is openend and closed correctly
Expand Down
5 changes: 2 additions & 3 deletions src/main/java/net/sf/jabref/gui/preftabs/AdvancedTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ public AdvancedTab(JabRefPreferences prefs, HelpDialog diag, JabRef jabRef) {
String[] possibleLookAndFeels = {
UIManager.getSystemLookAndFeelClassName(),
UIManager.getCrossPlatformLookAndFeelClassName(),
"com.jgoodies.plaf.plastic.Plastic3DLookAndFeel",
"com.sun.java.swing.plaf.motif.MotifLookAndFeel",
"javax.swing.plaf.mac.MacLookAndFeel",
"com.jgoodies.looks.plastic.Plastic3DLookAndFeel",
"com.jgoodies.looks.windows.WindowsLookAndFeel"
};
// Only list L&F which are available
List<String> lookAndFeels = new ArrayList<String>();
Expand Down

0 comments on commit bfb8c81

Please sign in to comment.