font weight option should be persistent between launchings

This should fix #620.
This commit is contained in:
chrox
2014-06-04 21:54:01 +08:00
parent a9fceec193
commit 803e4e8600
4 changed files with 23 additions and 31 deletions

View File

@@ -50,7 +50,8 @@ S.FIVE_DEG = _("5 deg")
S.TEN_DEG = _("10 deg")
S.PORTRAIT = _("portrait")
S.LANDSCAPE = _("landscape")
S.TOGGLE_BOLD = _("toggle bold")
S.REGULAR = _("regular")
S.BOLD = _("bold")
S.VIEW_SCROLL = _("scroll")
S.VIEW_PAGE = _("page")
S.LTR = _("LTR")