diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-03-15 21:12:32 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-03-15 21:12:32 +0000 |
commit | 13473ebea685d81ded41d3b20f5aca633793e2c2 (patch) | |
tree | 3afb7fedc8eb4be264583a3e83d88310b5079893 /gtk-recordmydesktop/src/rmdConfig.py.in | |
parent | 25a6bc31f431f59147739876f1d9a96340b65fb2 (diff) |
Synced to recordMyDesktop 0.3.4. Removed shared-threshold,drop-frames,no-cond-shared options.
Changed with-shared to no-shared. Removed shared threshold spinButton,Label,tooltip.
Updated all translations and potfile to reflect the above changes(removed shared-threshold messages).
Changed version to 0.3.4-cvs
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@294 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'gtk-recordmydesktop/src/rmdConfig.py.in')
-rw-r--r-- | gtk-recordmydesktop/src/rmdConfig.py.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk-recordmydesktop/src/rmdConfig.py.in b/gtk-recordmydesktop/src/rmdConfig.py.in index ec77854..6b71efa 100644 --- a/gtk-recordmydesktop/src/rmdConfig.py.in +++ b/gtk-recordmydesktop/src/rmdConfig.py.in @@ -21,8 +21,8 @@ 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 on 1 off - 75, #shared threshold + 1, #drop frames,unused in 0.3,0, removed at 0.3.4, preserved for compatibility of prefs file. + 75, #shared threshold.Removed at 0.3.4, preserved for compatibility of prefs file. 1, #quick subsampling,0 on 1 off "/tmp", #working directory 1, #on the fly encoding,0 on 1 off @@ -32,4 +32,4 @@ default_values=[15, #framerate False, #Use jack [], #jack ports 0, #tooltips,0 on 1 off - ]
\ No newline at end of file + ] |