diff options
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 15147da..80c45ea 100644 --- a/smglobals.cpp +++ b/smglobals.cpp @@ -136,6 +136,7 @@ SmGlobals::SmGlobals() : mPictureViewer(0), mFrameCache(0){ mIcons.insert("Bizarre amputee", ":/bizarre_amputee.png"); mIcons.insert("Spreading pants", ":/spreadingpants.png"); mIcons.insert("Leather dog hood", ":/dog_hood.png"); + mIcons.insert("Male chastity belt", ":/male_chastity_belt.png"); } //FrameCache |