diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-12 19:03:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-12 19:03:01 +0300 |
commit | 04ef9efcdf1de5de7fc17cdc3aa6411757df9dd8 (patch) | |
tree | 9fae31b915432cdd2b09e180f6eb3dc8a664891f /src/gui/models | |
parent | 52009c2a994e1f9cfdb8dfee6641a21ef49865c9 (diff) | |
download | plus-04ef9efcdf1de5de7fc17cdc3aa6411757df9dd8.tar.gz plus-04ef9efcdf1de5de7fc17cdc3aa6411757df9dd8.tar.bz2 plus-04ef9efcdf1de5de7fc17cdc3aa6411757df9dd8.tar.xz plus-04ef9efcdf1de5de7fc17cdc3aa6411757df9dd8.zip |
Simplify assignFunction and add two args function assignFunction2.
Diffstat (limited to 'src/gui/models')
-rw-r--r-- | src/gui/models/fontsizechoicelistmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/fontsizechoicelistmodel.h b/src/gui/models/fontsizechoicelistmodel.h index 4588c9967..f1eb08617 100644 --- a/src/gui/models/fontsizechoicelistmodel.h +++ b/src/gui/models/fontsizechoicelistmodel.h @@ -62,7 +62,7 @@ const char *SIZE_NAME[maxFontSizes] = // TRANSLATORS: font size N_("Very big (22)"), // TRANSLATORS: font size - N_("Huge (23)"), + N_("Huge (23)") }; class FontSizeChoiceListModel final : public ListModel |