summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-04 22:49:50 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-05 15:56:48 +0300
commit011d05e7ff9abfc6052951fee954b1c193ea4fff (patch)
tree02ffbdad94063288d6809b0ae6db20f88a39099c /src/defaults.cpp
parent4f521dad0d3b06e07bb562f05e524c909b7fe878 (diff)
downloadplus-011d05e7ff9abfc6052951fee954b1c193ea4fff.tar.gz
plus-011d05e7ff9abfc6052951fee954b1c193ea4fff.tar.bz2
plus-011d05e7ff9abfc6052951fee954b1c193ea4fff.tar.xz
plus-011d05e7ff9abfc6052951fee954b1c193ea4fff.zip
Add into paths.xml option for set string for commands in links.
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index 4bb76b435..a72008372 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -632,6 +632,7 @@ DefaultsData* getPathsDefaults()
AddDEF("cutInsDir", "graphics/cutins");
AddDEF("gmCommandSymbol", "@");
AddDEF("gmCharCommandSymbol", "#");
+ AddDEF("linkCommandSymbol", "=");
AddDEF("palettesDir", "");
AddDEF("defaultPaletteFile", "palette.gpl");