aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-05-09 01:58:12 +0000
committerJordi Vilalta Prat2008-05-09 01:58:12 +0000
commit420d376a9004a60c0443c74c07554506ad2344c6 (patch)
tree263339eb7de28f2bd9c245c34e0a40fab61648c7 /gui/theme-config.cpp
parentc7c8bb99eefa3b19bc25fa921cd93255489656c5 (diff)
downloadscummvm-rg350-420d376a9004a60c0443c74c07554506ad2344c6.tar.gz
scummvm-rg350-420d376a9004a60c0443c74c07554506ad2344c6.tar.bz2
scummvm-rg350-420d376a9004a60c0443c74c07554506ad2344c6.zip
Added the option to specify the custom path for loading plugins
svn-id: r31960
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index e6d8026edb..47f60d3d7b 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -215,6 +215,9 @@ const char *Theme::_defaultConfigINI =
"globaloptions_themebutton=10 yoffset (buttonWidth + 5) buttonHeight\n"
"globaloptions_themepath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 15) kLineHeight\n"
"yoffset=(yoffset + buttonHeight + 4)\n"
+"globaloptions_pluginsbutton=10 yoffset (buttonWidth + 5) buttonHeight\n"
+"globaloptions_pluginspath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 15) kLineHeight\n"
+"yoffset=(yoffset + buttonHeight + 4)\n"
"globaloptions_keysbutton=10 yoffset (buttonWidth + 5) buttonHeight\n"
"\n"
"# Misc options\n"