mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Cfg: Standardize rest of cfg keys
This commit is contained in:
@@ -96,5 +96,5 @@ public class Xog_startup_tabs_ {
|
||||
, Cfg__prev_selected = "xowa.app.startup.tabs.previous_selected"
|
||||
, Opt__tabs_type__previous = "previous"
|
||||
;
|
||||
public static final String Cfg__prev_version = "xowa.app.session.version";
|
||||
public static final String Cfg__prev_version = "xowa.app.previous_version";
|
||||
}
|
||||
|
||||
@@ -274,7 +274,7 @@ public class Xog_tab_mgr implements Gfo_evt_itm {
|
||||
, Cfg__unselected_close_btn_visible = "xowa.gui.tabs.unselected_close_btn_visible"
|
||||
, Cfg__max_chars = "xowa.gui.tabs.max_chars"
|
||||
, Cfg__min_chars = "xowa.gui.tabs.min_chars"
|
||||
, Cfg__javascript_enabled = "xowa.gui.browser.javascript_enabled"
|
||||
, Cfg__page_load_mode = "xowa.gui.browser.page_load_mode"
|
||||
, Cfg__javascript_enabled = "xowa.gui.html_box.javascript_enabled"
|
||||
, Cfg__page_load_mode = "xowa.gui.html_box.page_load_mode"
|
||||
;
|
||||
}
|
||||
|
||||
@@ -26,5 +26,5 @@ public class Xog_win_itm_cfg implements Gfo_invk {
|
||||
else return Gfo_invk_.Rv_unhandled;
|
||||
return this;
|
||||
}
|
||||
private static final String Cfg__status__show_short_url = "xowa.gui.window.status.show_short_url";
|
||||
private static final String Cfg__status__show_short_url = "xowa.gui.prog_box.show_short_url";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user