diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-04 22:49:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-05 15:56:48 +0300 |
commit | 011d05e7ff9abfc6052951fee954b1c193ea4fff (patch) | |
tree | 02ffbdad94063288d6809b0ae6db20f88a39099c /src/settings.h | |
parent | 4f521dad0d3b06e07bb562f05e524c909b7fe878 (diff) | |
download | plus-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/settings.h')
-rw-r--r-- | src/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 81e01e2ae..50a8cb51c 100644 --- a/src/settings.h +++ b/src/settings.h @@ -52,6 +52,7 @@ class Settings final windowCaption(), gmCommandSymbol("@"), gmCharCommandSymbol("#"), + linkCommandSymbol("="), updateMirrors(), options(), guiAlpha(1.0F), @@ -102,6 +103,7 @@ class Settings final std::string windowCaption; std::string gmCommandSymbol; std::string gmCharCommandSymbol; + std::string linkCommandSymbol; std::vector<std::string> updateMirrors; Options options; float guiAlpha; |