diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-07-08 15:49:23 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-07-08 15:49:23 +0000 |
commit | 7f399d7c3c68c67e34241f91a1c9776049ae3ca7 (patch) | |
tree | 0b9f20800a5f7b9345c18383dfd612ec2fb2f564 /qt-recordmydesktop/src/rmdConfig.py.in | |
parent | 16586bbc661ab6edafd819cb4cda0fda87d8be52 (diff) |
rmdConfig.py.in, rmdPrefsWidget.py, rmdSimple.py,
rmdStrings.py, rmdTrayIcon.py: made area resting after every
capture optional. The area is also saved in the options file, if reseting
is disabled.
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@376 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'qt-recordmydesktop/src/rmdConfig.py.in')
-rw-r--r-- | qt-recordmydesktop/src/rmdConfig.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-recordmydesktop/src/rmdConfig.py.in b/qt-recordmydesktop/src/rmdConfig.py.in index 7085433..5d4184f 100644 --- a/qt-recordmydesktop/src/rmdConfig.py.in +++ b/qt-recordmydesktop/src/rmdConfig.py.in @@ -22,7 +22,7 @@ default_values=[15, #framerate "$DISPLAY", #display, this is not interpreted as an env variable #but when the value is set to this the argument is omitted 0, #shared memory,0 on 1 off - 1, #drop frames,unused in 0.3,0, removed at 0.3.4, preserved for compatibility of prefs file. + 0, #reset recording area ,0 on 1 off 75, #shared threshold.Removed at 0.3.4, preserved for compatibility of prefs file. 1, #quick subsampling,0 on 1 off "/tmp", #working directory |