diff options
author | dartraiden <wowemuh@gmail.com> | 2020-05-04 18:50:09 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-05-04 18:50:37 +0300 |
commit | 04ef9ec9ac4c3e932ff76e996fee3e1d5fcabf6b (patch) | |
tree | 3f9c764b5740c93ce6ff772e1da0a21f8bd3bcb1 /plugins/NewStory/src/main.cpp | |
parent | 88844b2c68b2812ccf0112ed21468dd31097cd15 (diff) |
NewStory: fix icon name
Diffstat (limited to 'plugins/NewStory/src/main.cpp')
-rw-r--r-- | plugins/NewStory/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/main.cpp b/plugins/NewStory/src/main.cpp index 9ad741e1a2..96a7db0e6d 100644 --- a/plugins/NewStory/src/main.cpp +++ b/plugins/NewStory/src/main.cpp @@ -67,7 +67,7 @@ static IconItem icons[] = { LPGEN("Conversations"), "timetree", ICO_TIMETREE }, { LPGEN("Template group"), "tplgroup", ICO_TPLGROUP }, - { LPGEN("Reset"), "reset", ICO_RESET }, + { LPGEN("Cancer edit"), "reset", ICO_RESET }, { LPGEN("Update preview"), "preview", ICO_PREVIEW }, { LPGEN("Help"), "varhelp", ICO_VARHELP } }; |