From 895a5f5dae68fbcbf45ae7e073281f9bbd09931f Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 28 May 2011 10:17:06 +0200 Subject: Suggest file for burning Implemented an action to suggest the best fitting file for burning in FilesTreeWidget. Added 20 Mb of margin to maximum dvd size. --- smglobals.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'smglobals.cpp') diff --git a/smglobals.cpp b/smglobals.cpp index d521e9f..8e49726 100644 --- a/smglobals.cpp +++ b/smglobals.cpp @@ -137,7 +137,8 @@ SmGlobals::SmGlobals() : mPictureViewer(0), mFrameCache(0){ mIcons.insert("Spreading pants", ":/spreadingpants.png"); mIcons.insert("Leather dog hood", ":/dog_hood.png"); mIcons.insert("Male chastity belt", ":/male_chastity_belt.png"); - mDvdSize = Q_INT64_C(4707319808); + mIcons.insert("Anal stretcher", ":/analstretcher.png"); + mDvdSize = Q_INT64_C(4707319808) - 20 * 1024 *1024; } //FrameCache -- cgit v1.2.3-70-g09d2