[pitivi: 16/41] Rearrange thumbnailing-related settings into a Performance section



commit fc15c37c8222084ecc93cae39528edab59b900c3
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Sun Jul 24 22:39:45 2011 -0400

    Rearrange thumbnailing-related settings into a Performance section

 pitivi/ui/previewer.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/previewer.py b/pitivi/ui/previewer.py
index 6563753..d4be0a4 100644
--- a/pitivi/ui/previewer.py
+++ b/pitivi/ui/previewer.py
@@ -63,7 +63,7 @@ PreferencesDialog.addNumericPreference("thumbnailSpacingHint",
     description=_("The gap between thumbnails"))
 
 PreferencesDialog.addChoicePreference("thumbnailPeriod",
-    section=_("Appearance"),
+    section=_("Performance"),
     label=_("Thumbnail every"),
     choices=(
         (_("%s second") % "1/100", gst.SECOND / 100),
@@ -99,7 +99,7 @@ GlobalSettings.addConfigOption('showThumbnails',
     notify=True)
 
 PreferencesDialog.addTogglePreference('showThumbnails',
-    section=_("Appearance"),
+    section=_("Performance"),
     label=_("Show Thumbnails (Video)"),
     description=_("Show Thumbnails on Video Clips"))
 
@@ -110,7 +110,7 @@ GlobalSettings.addConfigOption('showWaveforms',
     notify=True)
 
 PreferencesDialog.addTogglePreference('showWaveforms',
-    section=_("Appearance"),
+    section=_("Performance"),
     label=_("Show Waveforms (Audio)"),
     description=_("Show Waveforms on Audio Clips"))
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]