[pitivi: 2/3] exportsettingswidget: 1024x768 is XGA and not WXGA. Fixes #583472



commit 21707e11bea44ab5955ed1a179c95ce529baeee0
Author: Edward Hervey <bilboed bilboed com>
Date:   Fri May 22 14:12:21 2009 +0200

    exportsettingswidget: 1024x768 is XGA and not WXGA. Fixes #583472
---
 pitivi/ui/exportsettingswidget.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pitivi/ui/exportsettingswidget.py b/pitivi/ui/exportsettingswidget.py
index 8134593..64673a7 100644
--- a/pitivi/ui/exportsettingswidget.py
+++ b/pitivi/ui/exportsettingswidget.py
@@ -41,7 +41,7 @@ class ExportSettingsWidget(GladeWidget, Loggable):
                     (_("QVGA (320x240)"), 320, 240, 30.0, 1.0),
                     (_("VGA (640x480)"), 640, 480, 30.0, 1.0),
                     (_("SVGA (800x600)"), 800, 600, 30.0, 1.0),
-                    (_("WXGA (1024x768)"), 1024, 768, 30.0, 1.0),
+                    (_("XGA (1024x768)"), 1024, 768, 30.0, 1.0),
                     )
     video_rates = ( ("12 fps",      12.0, 1.0),
                     ("24 fps",      24.0, 1.0),



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