diff options
author | Arno <am@disconnect.de> | 2011-01-22 13:19:50 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-01-22 13:19:50 +0100 |
commit | 6c1a89feb8e8178b02adfa8b4fdc0eb8ef0e78c1 (patch) | |
tree | 1e848c168cb53ea7a9bc24c69c7db6f3d56581a5 /smglobals.cpp | |
parent | 3b4e57cb0bd13681a426907dda36d6d213b0a2e8 (diff) | |
download | SheMov-6c1a89feb8e8178b02adfa8b4fdc0eb8ef0e78c1.tar.gz SheMov-6c1a89feb8e8178b02adfa8b4fdc0eb8ef0e78c1.tar.bz2 SheMov-6c1a89feb8e8178b02adfa8b4fdc0eb8ef0e78c1.zip |
Added filter option for favorites
Added filter for only showing series marked as favorites. The other
filter options are disabled when in this mode.
Diffstat (limited to 'smglobals.cpp')
-rw-r--r-- | smglobals.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smglobals.cpp b/smglobals.cpp index 3084bd6..de71872 100644 --- a/smglobals.cpp +++ b/smglobals.cpp @@ -128,6 +128,7 @@ SmGlobals::SmGlobals() : mPictureViewer(0), mFrameCache(0){ mIcons.insert("Big tit", ":/big_tit.png"); mIcons.insert("Bizarre amputee", ":/bizarre_amputee.png"); mIcons.insert("Spreading pants", ":/spreadingpants.png"); + mIcons.insert("Leather dog hood", ":/dog_hood.png"); } //FrameCache |