diff options
author | John Fultz <jfultz@wolfram.com> | 2019-05-06 10:46:34 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2019-05-06 11:31:02 -0500 |
commit | 27c05b0fdf676294518e4f97d992ce8f555f3b31 (patch) | |
tree | 0b8b077946b8b56ebeb9106668a111a350603100 /lexiconparameters.h | |
parent | eefe7883cdc45fc40a9240d56542b92e0bd04d38 (diff) |
Add ability to include logo in copyrights.txt.
Add NASPA logo for its dictionaries.
Add a separator between settings and copyright for clarity.
Tighten up vertical spacing in the settings panel.
Diffstat (limited to 'lexiconparameters.h')
-rw-r--r-- | lexiconparameters.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lexiconparameters.h b/lexiconparameters.h index 7ba6fc2..3d1ac19 100644 --- a/lexiconparameters.h +++ b/lexiconparameters.h @@ -82,6 +82,7 @@ public: string hashString(bool shortened) const; string copyrightString() const; + string logoFileName() const; const vector<string> &utf8Alphabet() const { return m_utf8Alphabet; }; protected: @@ -93,6 +94,9 @@ protected: vector<string> m_utf8Alphabet; LexiconInterpreter* createInterpreter(char version) const; + +private: + string getLexiconCopyrightLine() const; }; } |