diff options
author | dartraiden <wowemuh@gmail.com> | 2023-12-14 22:05:14 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-12-14 22:05:14 +0300 |
commit | 969f5c01a5039ac62573e22557158badccf44b20 (patch) | |
tree | 79799e78c4fa876df6eb62b219202577782c2c86 | |
parent | 9dcff172cecdf4b37bb2d719de3c2d588acaa71b (diff) |
NewStory: fix crash
-rw-r--r-- | plugins/NewStory/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/options.cpp b/plugins/NewStory/src/options.cpp index fcab30f32c..53c0f4428c 100644 --- a/plugins/NewStory/src/options.cpp +++ b/plugins/NewStory/src/options.cpp @@ -227,7 +227,7 @@ public: void onClick_Help(CCtrlButton *) { CMStringW wszVarHelp; - wszVarHelp.Format(L"%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s", + wszVarHelp.Format(L"%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s", L"%%", TranslateT("simply % character"), L"%n", TranslateT("a \"hard\" line break (cr/lf - will break indent)"), L"%S", TranslateT("my nickname"), |