]> git.sesse.net Git - vlc/blobdiff - modules/gui/pda/pda.glade
qt4 - Include cleanup.
[vlc] / modules / gui / pda / pda.glade
index 5d984189c2009d20fa59e73c25bf223029f8b411..b901b237996ef01463d12726ae3a1c7a03dc7847 100644 (file)
@@ -40,6 +40,7 @@
              <property name="label" translatable="yes">Rewind</property>
              <property name="use_underline">True</property>
              <property name="icon">pda-rewindb16x16.xpm</property>
+             <property name="new_group">True</property>
              <signal name="clicked" handler="onRewind" last_modification_time="Fri, 26 Sep 2003 12:26:47 GMT"/>
            </widget>
            <packing>
              <property name="label" translatable="yes">About</property>
              <property name="use_underline">True</property>
              <property name="icon">vlc16x16.png</property>
+             <property name="new_group">True</property>
              <signal name="clicked" handler="onAbout" last_modification_time="Fri, 26 Sep 2003 12:27:44 GMT"/>
            </widget>
            <packing>
          <child>
            <widget class="GtkLabel" id="timeLabel">
              <property name="visible">True</property>
-             <property name="label" translatable="yes">00:00:00</property>
+             <property name="label">00:00:00</property>
              <property name="use_underline">False</property>
              <property name="use_markup">False</property>
              <property name="justify">GTK_JUSTIFY_CENTER</property>
              <property name="yalign">0.5</property>
              <property name="xpad">0</property>
              <property name="ypad">0</property>
+             <property name="new_group">True</property>
            </widget>
            <packing>
              <property name="new_group">True</property>
          <property name="draw_value">False</property>
          <property name="value_pos">GTK_POS_RIGHT</property>
          <property name="digits">3</property>
-         <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
+         <property name="update_policy">GTK_UPDATE_DISCONTINUOUS</property>
          <property name="inverted">False</property>
-         <property name="adjustment">3 0 100 1 6.25 0</property>
+         <property name="adjustment">0 0 100 1 6.25 0</property>
          <signal name="button_release_event" handler="SliderRelease" last_modification_time="Fri, 26 Sep 2003 12:28:09 GMT"/>
          <signal name="button_press_event" handler="SliderPress" last_modification_time="Fri, 26 Sep 2003 12:28:14 GMT"/>
+         <signal name="move_slider" handler="SliderMove" last_modification_time="Sat, 06 Dec 2003 22:37:00 GMT"/>
        </widget>
        <packing>
          <property name="padding">4</property>
                      <property name="width_request">35</property>
                      <property name="height_request">16</property>
                      <property name="visible">True</property>
-                     <property name="label" translatable="yes">MRL :</property>
+                     <property name="label" translatable="yes">MRL:</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_CENTER</property>
                          <property name="editable">True</property>
                          <property name="visibility">True</property>
                          <property name="max_length">0</property>
-                         <property name="text" translatable="yes">udp://:1234</property>
+                         <property name="text"></property>
                          <property name="has_frame">True</property>
-                         <property name="invisible_char" translatable="yes">*</property>
+                         <property name="invisible_char">*</property>
                          <property name="activates_default">True</property>
                        </widget>
                      </child>
                            <widget class="GtkListItem" id="listitem340">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">udp://@:1234</property>
+                             <property name="label">udp://@:1234</property>
                            </widget>
                          </child>
 
                            <widget class="GtkListItem" id="listitem341">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">udp6://@:1234</property>
+                             <property name="label">udp6://@:1234</property>
                            </widget>
                          </child>
 
                            <widget class="GtkListItem" id="listitem342">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">rtp://</property>
+                             <property name="label">rtp://</property>
                            </widget>
                          </child>
 
                            <widget class="GtkListItem" id="listitem343">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">rtp6://</property>
+                             <property name="label">rtp6://</property>
                            </widget>
                          </child>
 
                            <widget class="GtkListItem" id="listitem344">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">ftp://</property>
+                             <property name="label">ftp://</property>
                            </widget>
                          </child>
 
                            <widget class="GtkListItem" id="listitem345">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">http://</property>
+                             <property name="label">http://</property>
                            </widget>
                          </child>
 
                            <widget class="GtkListItem" id="listitem346">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">mms://</property>
+                             <property name="label">mms://</property>
                            </widget>
                          </child>
                        </widget>
                          <property name="editable">True</property>
                          <property name="visibility">True</property>
                          <property name="max_length">0</property>
-                         <property name="text" translatable="yes"></property>
+                         <property name="text"></property>
                          <property name="has_frame">True</property>
-                         <property name="invisible_char" translatable="yes">*</property>
+                         <property name="invisible_char">*</property>
                          <property name="activates_default">False</property>
                          <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:34:30 GMT"/>
                        </widget>
                          <property name="editable">True</property>
                          <property name="visibility">True</property>
                          <property name="max_length">0</property>
-                         <property name="text" translatable="yes"></property>
+                         <property name="text"></property>
                          <property name="has_frame">True</property>
-                         <property name="invisible_char" translatable="yes">*</property>
+                         <property name="invisible_char">*</property>
                          <property name="activates_default">True</property>
                          <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:34:45 GMT"/>
                        </widget>
                          <property name="editable">True</property>
                          <property name="visibility">True</property>
                          <property name="max_length">0</property>
-                         <property name="text" translatable="yes"></property>
+                         <property name="text"></property>
                          <property name="has_frame">True</property>
-                         <property name="invisible_char" translatable="yes">*</property>
+                         <property name="invisible_char">*</property>
                          <property name="activates_default">False</property>
                          <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:35:01 GMT"/>
                        </widget>
                            <widget class="GtkListItem" id="listitem1101">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">udp</property>
+                             <property name="label">udp</property>
                            </widget>
                          </child>
 
                            <widget class="GtkListItem" id="listitem1102">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">udp6</property>
+                             <property name="label">udp6</property>
                            </widget>
                          </child>
 
                            <widget class="GtkListItem" id="listitem1103">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">rtp</property>
+                             <property name="label">rtp</property>
                            </widget>
                          </child>
 
                            <widget class="GtkListItem" id="listitem1104">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">rtp4</property>
+                             <property name="label">rtp4</property>
                            </widget>
                          </child>
 
                            <widget class="GtkListItem" id="listitem1105">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">ftp</property>
+                             <property name="label">ftp</property>
                            </widget>
                          </child>
 
                            <widget class="GtkListItem" id="listitem1106">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">http</property>
+                             <property name="label">http</property>
                            </widget>
                          </child>
 
                            <widget class="GtkListItem" id="listitem1108">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">mms</property>
+                             <property name="label">mms</property>
                            </widget>
                          </child>
                        </widget>
                      <property name="y_options"></property>
                    </packing>
                  </child>
+
+                 <child>
+                   <widget class="GtkLabel" id="labelNetworkTranscode">
+                     <property name="visible">True</property>
+                     <property name="label" translatable="yes">Transcode:</property>
+                     <property name="use_underline">False</property>
+                     <property name="use_markup">False</property>
+                     <property name="justify">GTK_JUSTIFY_LEFT</property>
+                     <property name="wrap">False</property>
+                     <property name="selectable">False</property>
+                     <property name="xalign">0</property>
+                     <property name="yalign">0.5</property>
+                     <property name="xpad">0</property>
+                     <property name="ypad">0</property>
+                   </widget>
+                   <packing>
+                     <property name="left_attach">0</property>
+                     <property name="right_attach">1</property>
+                     <property name="top_attach">4</property>
+                     <property name="bottom_attach">5</property>
+                     <property name="x_options">fill</property>
+                     <property name="y_options"></property>
+                   </packing>
+                 </child>
+
+                 <child>
+                   <widget class="GtkCheckButton" id="checkNetworkTranscode">
+                     <property name="visible">True</property>
+                     <property name="can_focus">True</property>
+                     <property name="label" translatable="yes">enable</property>
+                     <property name="use_underline">True</property>
+                     <property name="relief">GTK_RELIEF_NORMAL</property>
+                     <property name="active">False</property>
+                     <property name="inconsistent">False</property>
+                     <property name="draw_indicator">True</property>
+                   </widget>
+                   <packing>
+                     <property name="left_attach">1</property>
+                     <property name="right_attach">2</property>
+                     <property name="top_attach">4</property>
+                     <property name="bottom_attach">5</property>
+                     <property name="x_options">fill</property>
+                     <property name="y_options"></property>
+                   </packing>
+                 </child>
                </widget>
                <packing>
                  <property name="padding">0</property>
                      <child>
                        <widget class="GtkTable" id="tableV4L">
                          <property name="visible">True</property>
-                         <property name="n_rows">12</property>
+                         <property name="n_rows">13</property>
                          <property name="n_columns">2</property>
                          <property name="homogeneous">False</property>
                          <property name="row_spacing">0</property>
                                  <property name="editable">True</property>
                                  <property name="visibility">True</property>
                                  <property name="max_length">0</property>
-                                 <property name="text" translatable="yes"></property>
+                                 <property name="text"></property>
                                  <property name="has_frame">True</property>
-                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="invisible_char">*</property>
                                  <property name="activates_default">True</property>
                                </widget>
                              </child>
                                    <widget class="GtkListItem" id="listitem1188">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">/dev/video</property>
+                                     <property name="label">/dev/video</property>
                                    </widget>
                                  </child>
 
                                    <widget class="GtkListItem" id="listitem1189">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">/dev/video0</property>
+                                     <property name="label">/dev/video0</property>
                                    </widget>
                                  </child>
 
                                    <widget class="GtkListItem" id="listitem1190">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">/dev/video1</property>
+                                     <property name="label">/dev/video1</property>
                                    </widget>
                                  </child>
                                </widget>
                                  <property name="editable">True</property>
                                  <property name="visibility">True</property>
                                  <property name="max_length">0</property>
-                                 <property name="text" translatable="yes"></property>
+                                 <property name="text"></property>
                                  <property name="has_frame">True</property>
-                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="invisible_char">*</property>
                                  <property name="activates_default">True</property>
                                </widget>
                              </child>
                                    <widget class="GtkListItem" id="listitem1256">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">/dev/dsp</property>
+                                     <property name="label">/dev/dsp</property>
                                    </widget>
                                  </child>
 
                                    <widget class="GtkListItem" id="listitem1257">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">/dev/audio</property>
+                                     <property name="label">/dev/audio</property>
                                    </widget>
                                  </child>
 
                                    <widget class="GtkListItem" id="listitem1258">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">/dev/audio0</property>
+                                     <property name="label">/dev/audio0</property>
                                    </widget>
                                  </child>
 
                                    <widget class="GtkListItem" id="listitem1259">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">/dev/audio1</property>
+                                     <property name="label">/dev/audio1</property>
                                    </widget>
                                  </child>
                                </widget>
                                  <property name="editable">True</property>
                                  <property name="visibility">True</property>
                                  <property name="max_length">0</property>
-                                 <property name="text" translatable="yes"></property>
+                                 <property name="text"></property>
                                  <property name="has_frame">True</property>
-                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="invisible_char">*</property>
                                  <property name="activates_default">True</property>
                                </widget>
                              </child>
                                  <property name="editable">True</property>
                                  <property name="visibility">True</property>
                                  <property name="max_length">0</property>
-                                 <property name="text" translatable="yes"></property>
+                                 <property name="text"></property>
                                  <property name="has_frame">True</property>
-                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="invisible_char">*</property>
                                  <property name="activates_default">True</property>
                                </widget>
                              </child>
                                    <widget class="GtkListItem" id="listitem1471">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">240x192</property>
+                                     <property name="label">240x192</property>
                                    </widget>
                                  </child>
 
                                    <widget class="GtkListItem" id="listitem1472">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">320x240</property>
+                                     <property name="label">320x240</property>
                                    </widget>
                                  </child>
 
                                    <widget class="GtkListItem" id="listitem1473">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">qsif</property>
+                                     <property name="label">qsif</property>
                                    </widget>
                                  </child>
 
                                    <widget class="GtkListItem" id="listitem1474">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">qcif</property>
+                                     <property name="label">qcif</property>
                                    </widget>
                                  </child>
 
                                    <widget class="GtkListItem" id="listitem1475">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">sif</property>
+                                     <property name="label">sif</property>
                                    </widget>
                                  </child>
 
                                    <widget class="GtkListItem" id="listitem1476">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">cif</property>
+                                     <property name="label">cif</property>
                                    </widget>
                                  </child>
 
                                    <widget class="GtkListItem" id="listitem1477">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">vga</property>
+                                     <property name="label">vga</property>
                                    </widget>
                                  </child>
                                </widget>
                                  <property name="editable">True</property>
                                  <property name="visibility">True</property>
                                  <property name="max_length">0</property>
-                                 <property name="text" translatable="yes"></property>
+                                 <property name="text"></property>
                                  <property name="has_frame">True</property>
-                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="invisible_char">*</property>
                                  <property name="activates_default">True</property>
                                </widget>
                              </child>
                              <property name="y_options"></property>
                            </packing>
                          </child>
+
+                         <child>
+                           <widget class="GtkLabel" id="labelV4LTranscode">
+                             <property name="visible">True</property>
+                             <property name="label" translatable="yes">Transcode:</property>
+                             <property name="use_underline">False</property>
+                             <property name="use_markup">False</property>
+                             <property name="justify">GTK_JUSTIFY_LEFT</property>
+                             <property name="wrap">False</property>
+                             <property name="selectable">False</property>
+                             <property name="xalign">0</property>
+                             <property name="yalign">0.5</property>
+                             <property name="xpad">0</property>
+                             <property name="ypad">0</property>
+                           </widget>
+                           <packing>
+                             <property name="left_attach">0</property>
+                             <property name="right_attach">1</property>
+                             <property name="top_attach">12</property>
+                             <property name="bottom_attach">13</property>
+                             <property name="x_options">fill</property>
+                             <property name="y_options"></property>
+                           </packing>
+                         </child>
+
+                         <child>
+                           <widget class="GtkCheckButton" id="checkV4LTranscode">
+                             <property name="visible">True</property>
+                             <property name="can_focus">True</property>
+                             <property name="label" translatable="yes">enable</property>
+                             <property name="use_underline">True</property>
+                             <property name="relief">GTK_RELIEF_NORMAL</property>
+                             <property name="active">False</property>
+                             <property name="inconsistent">False</property>
+                             <property name="draw_indicator">True</property>
+                           </widget>
+                           <packing>
+                             <property name="left_attach">1</property>
+                             <property name="right_attach">2</property>
+                             <property name="top_attach">12</property>
+                             <property name="bottom_attach">13</property>
+                             <property name="x_options">fill</property>
+                             <property name="y_options"></property>
+                           </packing>
+                         </child>
                        </widget>
                      </child>
                    </widget>
                      <child>
                        <widget class="GtkTable" id="tableTranscode">
                          <property name="visible">True</property>
-                         <property name="n_rows">11</property>
+                         <property name="n_rows">14</property>
                          <property name="n_columns">2</property>
                          <property name="homogeneous">False</property>
                          <property name="row_spacing">0</property>
                                  <property name="editable">True</property>
                                  <property name="visibility">True</property>
                                  <property name="max_length">0</property>
-                                 <property name="text" translatable="yes"></property>
+                                 <property name="text"></property>
                                  <property name="has_frame">True</property>
-                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="invisible_char">*</property>
                                  <property name="activates_default">True</property>
                                </widget>
                              </child>
                                  <property name="selection_mode">GTK_SELECTION_BROWSE</property>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1840">
+                                   <widget class="GtkListItem" id="listitem3159">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
                                      <property name="label" translatable="yes">huffyuv</property>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1841">
-                                     <property name="visible">True</property>
-                                     <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">mpgv</property>
-                                   </widget>
-                                 </child>
-
-                                 <child>
-                                   <widget class="GtkListItem" id="listitem1842">
-                                     <property name="visible">True</property>
-                                     <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">mp4v</property>
-                                   </widget>
-                                 </child>
-
-                                 <child>
-                                   <widget class="GtkListItem" id="listitem1843">
-                                     <property name="visible">True</property>
-                                     <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">h263</property>
-                                   </widget>
-                                 </child>
-
-                                 <child>
-                                   <widget class="GtkListItem" id="listitem1844">
-                                     <property name="visible">True</property>
-                                     <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">DIV1</property>
-                                   </widget>
-                                 </child>
-
-                                 <child>
-                                   <widget class="GtkListItem" id="listitem1845">
-                                     <property name="visible">True</property>
-                                     <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">DIV2</property>
-                                   </widget>
-                                 </child>
-
-                                 <child>
-                                   <widget class="GtkListItem" id="listitem1846">
+                                   <widget class="GtkListItem" id="listitem3160">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">DIV3</property>
+                                     <property name="label">mp1v</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1847">
+                                   <widget class="GtkListItem" id="listitem3161">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">I420</property>
+                                     <property name="label">mp2v</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1848">
+                                   <widget class="GtkListItem" id="listitem3162">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">I422</property>
+                                     <property name="label">mp4v</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1849">
+                                   <widget class="GtkListItem" id="listitem3163">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">I444</property>
+                                     <property name="label">H263</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1850">
+                                   <widget class="GtkListItem" id="listitem3165">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">RV24</property>
+                                     <property name="label">WMV1</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1851">
+                                   <widget class="GtkListItem" id="listitem3166">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">YUY2</property>
+                                     <property name="label">WMV2</property>
                                    </widget>
                                  </child>
                                </widget>
                                  <property name="editable">True</property>
                                  <property name="visibility">True</property>
                                  <property name="max_length">0</property>
-                                 <property name="text" translatable="yes"></property>
+                                 <property name="text"></property>
                                  <property name="has_frame">True</property>
-                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="invisible_char">*</property>
                                  <property name="activates_default">True</property>
                                </widget>
                              </child>
                                  <property name="selection_mode">GTK_SELECTION_BROWSE</property>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1943">
+                                   <widget class="GtkListItem" id="listitem3190">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">127.0.0.1</property>
+                                     <property name="label">127.0.0.1</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1944">
+                                   <widget class="GtkListItem" id="listitem3191">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">localhost</property>
+                                     <property name="label">localhost</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1945">
+                                   <widget class="GtkListItem" id="listitem3192">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">localhost.localdomain</property>
+                                     <property name="label">localhost.localdomain</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1946">
+                                   <widget class="GtkListItem" id="listitem3193">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">239.0.0.42</property>
+                                     <property name="label">239.0.0.42</property>
                                    </widget>
                                  </child>
                                </widget>
                                  <property name="editable">True</property>
                                  <property name="visibility">True</property>
                                  <property name="max_length">0</property>
-                                 <property name="text" translatable="yes"></property>
+                                 <property name="text"></property>
                                  <property name="has_frame">True</property>
-                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="invisible_char">*</property>
                                  <property name="activates_default">True</property>
                                </widget>
                              </child>
                                  <property name="selection_mode">GTK_SELECTION_BROWSE</property>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1961">
+                                   <widget class="GtkListItem" id="listitem3167">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">udp</property>
+                                     <property name="label">ps</property>
                                    </widget>
                                  </child>
-                               </widget>
-                             </child>
-                           </widget>
-                           <packing>
-                             <property name="left_attach">1</property>
-                             <property name="right_attach">2</property>
-                             <property name="top_attach">8</property>
-                             <property name="bottom_attach">9</property>
-                             <property name="y_options"></property>
-                           </packing>
-                         </child>
 
-                         <child>
-                           <widget class="GtkCombo" id="comboStdAccess">
-                             <property name="visible">True</property>
-                             <property name="value_in_list">False</property>
-                             <property name="allow_empty">True</property>
-                             <property name="case_sensitive">False</property>
-                             <property name="enable_arrow_keys">True</property>
-                             <property name="enable_arrows_always">False</property>
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem3168">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">ts</property>
+                                   </widget>
+                                 </child>
 
-                             <child internal-child="entry">
-                               <widget class="GtkEntry" id="entryStdAccess">
-                                 <property name="visible">True</property>
-                                 <property name="can_focus">True</property>
-                                 <property name="editable">True</property>
-                                 <property name="visibility">True</property>
-                                 <property name="max_length">0</property>
-                                 <property name="text" translatable="yes"></property>
-                                 <property name="has_frame">True</property>
-                                 <property name="invisible_char" translatable="yes">*</property>
-                                 <property name="activates_default">True</property>
-                               </widget>
-                             </child>
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem3169">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">mpeg1</property>
+                                   </widget>
+                                 </child>
 
-                             <child internal-child="list">
-                               <widget class="GtkList" id="listStdAccess">
-                                 <property name="visible">True</property>
-                                 <property name="selection_mode">GTK_SELECTION_BROWSE</property>
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem3170">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">avi</property>
+                                   </widget>
+                                 </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1965">
+                                   <widget class="GtkListItem" id="listitem3171">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">ts</property>
+                                     <property name="label">ogg</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1966">
+                                   <widget class="GtkListItem" id="listitem3172">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">rtp</property>
+                                     <property name="label">mp4</property>
+                                   </widget>
+                                 </child>
+
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem3173">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">mov</property>
+                                   </widget>
+                                 </child>
+
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem3174">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">asf</property>
                                    </widget>
                                  </child>
                                </widget>
                            <packing>
                              <property name="left_attach">1</property>
                              <property name="right_attach">2</property>
-                             <property name="top_attach">7</property>
-                             <property name="bottom_attach">8</property>
+                             <property name="top_attach">8</property>
+                             <property name="bottom_attach">9</property>
                              <property name="y_options"></property>
                            </packing>
                          </child>
                                  <property name="editable">True</property>
                                  <property name="visibility">True</property>
                                  <property name="max_length">0</property>
-                                 <property name="text" translatable="yes"></property>
+                                 <property name="text"></property>
                                  <property name="has_frame">True</property>
-                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="invisible_char">*</property>
                                  <property name="activates_default">True</property>
                                </widget>
                              </child>
                                  <property name="selection_mode">GTK_SELECTION_BROWSE</property>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1993">
+                                   <widget class="GtkListItem" id="listitem3031">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">alaw</property>
+                                   </widget>
+                                 </child>
+
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem3032">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">ulaw</property>
+                                   </widget>
+                                 </child>
+
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem3033">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">alaw</property>
+                                     <property name="label">mpga</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1994">
+                                   <widget class="GtkListItem" id="listitem3034">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">ulaw</property>
+                                     <property name="label">mp3</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1995">
+                                   <widget class="GtkListItem" id="listitem3035">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">mpga</property>
+                                     <property name="label">a52</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkListItem" id="listitem1996">
+                                   <widget class="GtkListItem" id="listitem3036">
                                      <property name="visible">True</property>
                                      <property name="can_focus">True</property>
-                                     <property name="label" translatable="yes">mp3</property>
+                                     <property name="label">vorb</property>
                                    </widget>
                                  </child>
                                </widget>
                              <property name="y_options"></property>
                            </packing>
                          </child>
+
+                         <child>
+                           <widget class="GtkCombo" id="comboStdAccess">
+                             <property name="visible">True</property>
+                             <property name="value_in_list">False</property>
+                             <property name="allow_empty">True</property>
+                             <property name="case_sensitive">False</property>
+                             <property name="enable_arrow_keys">True</property>
+                             <property name="enable_arrows_always">False</property>
+
+                             <child internal-child="entry">
+                               <widget class="GtkEntry" id="entryStdAccess">
+                                 <property name="visible">True</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="editable">True</property>
+                                 <property name="visibility">True</property>
+                                 <property name="max_length">0</property>
+                                 <property name="text"></property>
+                                 <property name="has_frame">True</property>
+                                 <property name="invisible_char">*</property>
+                                 <property name="activates_default">True</property>
+                                 <signal name="changed" handler="onEntryStdAccessChanged" last_modification_time="Sun, 30 Nov 2003 22:35:14 GMT"/>
+                               </widget>
+                             </child>
+
+                             <child internal-child="list">
+                               <widget class="GtkList" id="listStdAccess">
+                                 <property name="visible">True</property>
+                                 <property name="selection_mode">GTK_SELECTION_BROWSE</property>
+
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem2385">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">udp</property>
+                                   </widget>
+                                 </child>
+
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem2386">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+
+                                     <child>
+                                       <placeholder/>
+                                     </child>
+                                   </widget>
+                                 </child>
+
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem2387">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label" translatable="yes">file</property>
+                                   </widget>
+                                 </child>
+
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem2388">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">http</property>
+                                   </widget>
+                                 </child>
+
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem2389">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">mmsh</property>
+                                   </widget>
+                                 </child>
+
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem2390">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">rtp</property>
+                                   </widget>
+                                 </child>
+
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem2391">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">http</property>
+                                   </widget>
+                                 </child>
+
+                                 <child>
+                                   <widget class="GtkListItem" id="listitem2392">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label">ftp</property>
+                                   </widget>
+                                 </child>
+                               </widget>
+                             </child>
+                           </widget>
+                           <packing>
+                             <property name="left_attach">1</property>
+                             <property name="right_attach">2</property>
+                             <property name="top_attach">7</property>
+                             <property name="bottom_attach">8</property>
+                             <property name="y_options"></property>
+                           </packing>
+                         </child>
+
+                         <child>
+                           <widget class="GtkLabel" id="labelSAP">
+                             <property name="visible">True</property>
+                             <property name="label" translatable="yes">SAP Announce:</property>
+                             <property name="use_underline">False</property>
+                             <property name="use_markup">False</property>
+                             <property name="justify">GTK_JUSTIFY_LEFT</property>
+                             <property name="wrap">False</property>
+                             <property name="selectable">False</property>
+                             <property name="xalign">0</property>
+                             <property name="yalign">0.5</property>
+                             <property name="xpad">0</property>
+                             <property name="ypad">0</property>
+                           </widget>
+                           <packing>
+                             <property name="left_attach">0</property>
+                             <property name="right_attach">1</property>
+                             <property name="top_attach">11</property>
+                             <property name="bottom_attach">12</property>
+                             <property name="x_options">fill</property>
+                             <property name="y_options"></property>
+                           </packing>
+                         </child>
+
+                         <child>
+                           <widget class="GtkCheckButton" id="checkSAP">
+                             <property name="visible">True</property>
+                             <property name="can_focus">True</property>
+                             <property name="label" translatable="yes">enable</property>
+                             <property name="use_underline">True</property>
+                             <property name="relief">GTK_RELIEF_NORMAL</property>
+                             <property name="active">False</property>
+                             <property name="inconsistent">False</property>
+                             <property name="draw_indicator">True</property>
+                           </widget>
+                           <packing>
+                             <property name="left_attach">1</property>
+                             <property name="right_attach">2</property>
+                             <property name="top_attach">11</property>
+                             <property name="bottom_attach">12</property>
+                             <property name="x_options">fill</property>
+                             <property name="y_options"></property>
+                           </packing>
+                         </child>
+
+                         <child>
+                           <widget class="GtkCheckButton" id="checkSLP">
+                             <property name="visible">True</property>
+                             <property name="can_focus">True</property>
+                             <property name="label" translatable="yes">enable</property>
+                             <property name="use_underline">True</property>
+                             <property name="relief">GTK_RELIEF_NORMAL</property>
+                             <property name="active">False</property>
+                             <property name="inconsistent">False</property>
+                             <property name="draw_indicator">True</property>
+                           </widget>
+                           <packing>
+                             <property name="left_attach">1</property>
+                             <property name="right_attach">2</property>
+                             <property name="top_attach">12</property>
+                             <property name="bottom_attach">13</property>
+                             <property name="x_options">fill</property>
+                             <property name="y_options"></property>
+                           </packing>
+                         </child>
+
+                         <child>
+                           <widget class="GtkLabel" id="labelSLP:">
+                             <property name="visible">True</property>
+                             <property name="label" translatable="yes">SLP Announce:</property>
+                             <property name="use_underline">False</property>
+                             <property name="use_markup">False</property>
+                             <property name="justify">GTK_JUSTIFY_LEFT</property>
+                             <property name="wrap">False</property>
+                             <property name="selectable">False</property>
+                             <property name="xalign">0</property>
+                             <property name="yalign">0.5</property>
+                             <property name="xpad">0</property>
+                             <property name="ypad">0</property>
+                           </widget>
+                           <packing>
+                             <property name="left_attach">0</property>
+                             <property name="right_attach">1</property>
+                             <property name="top_attach">12</property>
+                             <property name="bottom_attach">13</property>
+                             <property name="x_options">fill</property>
+                             <property name="y_options"></property>
+                           </packing>
+                         </child>
+
+                         <child>
+                           <widget class="GtkLabel" id="labelAnounceChannel">
+                             <property name="visible">True</property>
+                             <property name="label" translatable="yes">Announce Channel:</property>
+                             <property name="use_underline">False</property>
+                             <property name="use_markup">False</property>
+                             <property name="justify">GTK_JUSTIFY_LEFT</property>
+                             <property name="wrap">False</property>
+                             <property name="selectable">False</property>
+                             <property name="xalign">0</property>
+                             <property name="yalign">0.5</property>
+                             <property name="xpad">0</property>
+                             <property name="ypad">0</property>
+                           </widget>
+                           <packing>
+                             <property name="left_attach">0</property>
+                             <property name="right_attach">1</property>
+                             <property name="top_attach">13</property>
+                             <property name="bottom_attach">14</property>
+                             <property name="x_options">fill</property>
+                             <property name="y_options"></property>
+                           </packing>
+                         </child>
+
+                         <child>
+                           <widget class="GtkCombo" id="comboAnnounceChannel">
+                             <property name="visible">True</property>
+                             <property name="value_in_list">False</property>
+                             <property name="allow_empty">True</property>
+                             <property name="case_sensitive">False</property>
+                             <property name="enable_arrow_keys">True</property>
+                             <property name="enable_arrows_always">False</property>
+
+                             <child internal-child="entry">
+                               <widget class="GtkEntry" id="entryAnnounceChannel">
+                                 <property name="visible">True</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="editable">True</property>
+                                 <property name="visibility">True</property>
+                                 <property name="max_length">0</property>
+                                 <property name="text"></property>
+                                 <property name="has_frame">True</property>
+                                 <property name="invisible_char">*</property>
+                                 <property name="activates_default">False</property>
+                               </widget>
+                             </child>
+
+                             <child internal-child="list">
+                               <widget class="GtkList" id="listAnnounceChannel">
+                                 <property name="visible">True</property>
+                                 <property name="selection_mode">GTK_SELECTION_BROWSE</property>
+                               </widget>
+                             </child>
+                           </widget>
+                           <packing>
+                             <property name="left_attach">1</property>
+                             <property name="right_attach">2</property>
+                             <property name="top_attach">13</property>
+                             <property name="bottom_attach">14</property>
+                             <property name="y_options"></property>
+                           </packing>
+                         </child>
                        </widget>
                      </child>
                    </widget>
                          <property name="width_request">200</property>
                          <property name="height_request">112</property>
                          <property name="visible">True</property>
-                         <property name="label" translatable="yes">The VideoLAN Client is a MPEG, MPEG 2, MP3, DivX player, that accepts input from  local or network sources and is licensed under the GPL (http://www.gnu.org/copyleft/gpl.html).</property>
+                         <property name="label" translatable="yes">VLC media player is an MPEG, MPEG 2, MP3 and DivX player that accepts input from local or network sources and is licensed under the GPL (http://www.gnu.org/copyleft/gpl.html).</property>
                          <property name="use_underline">False</property>
                          <property name="use_markup">False</property>
                          <property name="justify">GTK_JUSTIFY_LEFT</property>
                          <property name="width_request">208</property>
                          <property name="height_request">32</property>
                          <property name="visible">True</property>
-                         <property name="label" translatable="yes">Authors: The VideoLAN Team, http://www.videolan.org/team/</property>
+                         <property name="label" translatable="yes">Authors: the VideoLAN Team, http://www.videolan.org/team/</property>
                          <property name="use_underline">False</property>
                          <property name="use_markup">False</property>
                          <property name="justify">GTK_JUSTIFY_LEFT</property>
                          <property name="width_request">208</property>
                          <property name="height_request">16</property>
                          <property name="visible">True</property>
-                         <property name="label" translatable="yes">(C) 1996-2003 the VideoLAN team</property>
+                         <property name="label" translatable="yes">(c) 1996-2004 the VideoLAN team</property>
                          <property name="use_underline">False</property>
                          <property name="use_markup">False</property>
                          <property name="justify">GTK_JUSTIFY_CENTER</property>