File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ public class Preferences
9393 /** cache_hint_for_picture_and_symbol_widgets */
9494 @ Preference public static String cache_hint_for_picture_and_symbol_widgets ;
9595 @ Preference public static boolean save_credentials ;
96- /** phoebus_documentation_path */
97- @ Preference public static String phoebus_documentation_location ;
96+ /** documentation_location */
97+ @ Preference public static String documentation_location ;
9898
9999 static
100100 {
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ public Void call()
6262
6363 public static String determineHelpLocation ()
6464 {
65- if (!Preferences .phoebus_documentation_location .isEmpty ()) {
66- return Preferences .phoebus_documentation_location ;
65+ if (!Preferences .documentation_location .isEmpty ()) {
66+ return Preferences .documentation_location ;
6767 }
6868
6969 final File phoenix_install = Locations .install ();
Original file line number Diff line number Diff line change @@ -178,4 +178,4 @@ cache_hint_for_picture_and_symbol_widgets=
178178save_credentials =false
179179
180180# Location of the Phoebus documentation
181- phoebus_documentation_location =
181+ documentation_location =
You can’t perform that action at this time.
0 commit comments