diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-07-17 19:42:26 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-07-17 19:42:26 +0200 |
commit | 04def5015ff923c8858742111c941d026aeec6c5 (patch) | |
tree | 903c8c74ff23c3d43224a299d6500ce8cc35edcb /plugingui | |
parent | 55e8a6a963abce921343fdbb7d01fee7cfd1741f (diff) |
Add note to versionnote-off
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/abouttab.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/abouttab.cc b/plugingui/abouttab.cc index 57daec3..8d0c22d 100644 --- a/plugingui/abouttab.cc +++ b/plugingui/abouttab.cc @@ -94,7 +94,7 @@ std::string AboutTab::getAboutText() " Version\n" "=============\n" "\n")); - about_text.append(std::string(VERSION) + "\n"); + about_text.append(std::string(VERSION) + " (note-off support)\n"); // Bugs about_text.append(_( |