GUI: Fix iconpath iconspath Confman key discrepancy
Fixes issue with unable to download icons update (from Misc Tab) even though an icons path is set in Paths tab.
This commit is contained in:
parent
ebbc0b09e9
commit
63e41ea078
1 changed files with 2 additions and 2 deletions
|
@ -2216,7 +2216,7 @@ void GlobalOptionsDialog::build() {
|
|||
|
||||
setPath(_savePath, "savepath", _("Default"));
|
||||
setPath(_themePath, "themepath", _c("None", "path"));
|
||||
setPath(_iconPath, "iconpath", _c("None", "path"));
|
||||
setPath(_iconPath, "iconspath", _c("None", "path"));
|
||||
setPath(_extraPath, "extrapath", _c("None", "path"));
|
||||
|
||||
#ifdef DYNAMIC_MODULES
|
||||
|
@ -2709,7 +2709,7 @@ void GlobalOptionsDialog::apply() {
|
|||
|
||||
changePath(_savePath, "savepath", _("Default"));
|
||||
changePath(_themePath, "themepath", _c("None", "path"));
|
||||
changePath(_iconPath, "iconpath", _c("None", "path"));
|
||||
changePath(_iconPath, "iconspath", _c("None", "path"));
|
||||
changePath(_extraPath, "extrapath", _c("None", "path"));
|
||||
|
||||
#ifdef DYNAMIC_MODULES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue