summaryrefslogtreecommitdiffstats
path: root/smglobals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smglobals.cpp')
-rw-r--r--smglobals.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/smglobals.cpp b/smglobals.cpp
index 0cd0714..72c1148 100644
--- a/smglobals.cpp
+++ b/smglobals.cpp
@@ -145,6 +145,10 @@ SmGlobals::SmGlobals() : mPictureViewer(0), mFrameCache(0){
mIcons.insert("Leather dog hood", ":/dog_hood.png");
mIcons.insert("Male chastity belt", ":/male_chastity_belt.png");
mIcons.insert("Anal stretcher", ":/analstretcher.png");
+ mIcons.insert("Big balls", ":/big_balls.png");
+ mIcons.insert("Big pierced balls", ":/huge_balls_pierced.png");
+ mIcons.insert("Huge bra", ":/huge_bra.png");
+ mIcons.insert("Squirting nipple", ":/squirting_nipple.png");
mDvdSize = Q_INT64_C(4707319808) - 20 * 1024 *1024;
}