summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2012-02-21 23:38:39 +0000
committerjstebbins <[email protected]>2012-02-21 23:38:39 +0000
commit2599def15a4b622c9f0e6d354dd9c0ad90531d6c (patch)
treea3ab16e71e504ac4ea3bdea6ed33472d2de712ad
parent635041d263d703e46a6c3752ccd880a1444c83c1 (diff)
LinGui: fix audio gain and quality icon display.
Accidentally broke when adding tabs to make things "prettier" :-\ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4460 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--gtk/src/ghb.ui20
1 files changed, 10 insertions, 10 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index d4249a47e..32733f624 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -2488,9 +2488,9 @@ FFMpeg's and Theora's scale is more linear. These encoders do not have a lossle
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="icons">audio-volume-muted
- audio-volume-high
- audio-volume-low
- audio-volume-medium</property>
+audio-volume-high
+audio-volume-low
+audio-volume-medium</property>
<property name="adjustment">adjustment35</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip-markup" translatable="yes">&lt;b&gt;Audio Gain:&lt;/b&gt; Adjust the amplification or attenuation of the output audio track.</property>
@@ -2614,13 +2614,13 @@ FFMpeg's and Theora's scale is more linear. These encoders do not have a lossle
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="icons">weather-storm
- weather-clear
- weather-storm
- weather-showers-scattered
- weather-showers
- weather-overcast
- weather-few-clouds
- weather-clear</property>
+weather-clear
+weather-storm
+weather-showers-scattered
+weather-showers
+weather-overcast
+weather-few-clouds
+weather-clear</property>
<property name="adjustment">audio_quality_adj</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip-markup" translatable="yes">&lt;b&gt;Quality:&lt;/b&gt; For output codec's that support it, adjust the quality of the output.</property>