change speed submenus to specify global

This commit is contained in:
Marcos Pinto 2007-07-30 06:26:40 +00:00
parent 8ef7a26c7b
commit 9d32724a8e
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
<widget class="GtkImageMenuItem" id="download_limit"> <widget class="GtkImageMenuItem" id="download_limit">
<property name="visible">True</property> <property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">_Down Speed Limit</property> <property name="label" translatable="yes">Global _Down Speed Limit</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<child> <child>
<widget class="GtkMenu" id="menu1"> <widget class="GtkMenu" id="menu1">
@ -86,7 +86,7 @@
<widget class="GtkImageMenuItem" id="upload_limit"> <widget class="GtkImageMenuItem" id="upload_limit">
<property name="visible">True</property> <property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">_Up Speed Limit</property> <property name="label" translatable="yes">Global _Up Speed Limit</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<child internal-child="image"> <child internal-child="image">
<widget class="GtkImage" id="upload-limit-image"> <widget class="GtkImage" id="upload-limit-image">