Skip to content

Commit

Permalink
Polish the dot file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender authored Jul 12, 2024
1 parent 7723313 commit 95b3b47
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static IPreferenceStore getPreferenceStore() {
* SWTChart may be used also in a non Eclipse context.
* Hence, a simple file preference store instead of a ScopedPreferenceStore is used.
*/
String filename = System.getProperty("user.home") + File.separator + ".eclipseswtchartsettings";
String filename = System.getProperty("user.home") + File.separator + ".eclipse" + File.separator + "swtchart" + File.separator + "settings";
preferenceStore = new PreferenceStore(filename);
PreferenceInitializer preferenceInitializer = new PreferenceInitializer();
preferenceInitializer.initializeDefaultPreferences();
Expand Down Expand Up @@ -216,4 +216,4 @@ private static ImageDescriptor createImageDescriptor(String fileName) {
URL url = ResourceSupport.class.getResource("/resources/icons/16x16/" + fileName);
return ImageDescriptor.createFromURL(url);
}
}
}

0 comments on commit 95b3b47

Please sign in to comment.