~ubuntu-branches/ubuntu/oneiric/language-selector/oneiric

« back to all changes in this revision

Viewing changes to data/LanguageSelector.ui

  • Committer: Bazaar Package Importer
  • Author(s): Gunnar Hjalmarsson, Gunnar Hjalmarsson, Martin Pitt
  • Date: 2011-04-06 11:29:23 UTC
  • Revision ID: james.westby@ubuntu.com-20110406112923-wipd51wus9wws90g
Tags: 0.29
[ Gunnar Hjalmarsson ]
* help/C/language-selector.xml:
  - Addition of DocBook document with help about Ubuntu i18n handling
    in general and language-selector in particular (LP: #742857).
* data/LanguageSelector.ui:
  - "Help" button added (LP: #742857).
  - Title of the main window changed to "Language Support", i.e.
    same as the name of the app/tool.
* LanguageSelector/gtk/GtkLanguageSelector.py:
  - Modified code for setlocale() exception handling.
* data/main-countries:
  - Changed the main country of English from GB to US. Not that the
    latter is more 'right' or something, but it may prevent failures
    in certain situations, since en_US locales are more widespread.

[ Martin Pitt ]
* data/pkg_depends: Add hunspell-sh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
  </object>
338
338
  <object class="GtkWindow" id="window_main">
339
339
    <property name="visible">True</property>
340
 
    <property name="title" translatable="yes">Language &amp; Format</property>
 
340
    <property name="title" translatable="yes">Language Support</property>
341
341
    <property name="icon_name">config-language</property>
342
342
    <property name="destroy_with_parent">True</property>
343
343
    <signal name="key_press_event" handler="on_window_main_key_press_event"/>
800
800
              <object class="GtkHBox" id="hbox1">
801
801
                <property name="visible">True</property>
802
802
                <child>
803
 
                  <placeholder/>
 
803
                  <object class="GtkLinkButton" id="button_help">
 
804
                    <property name="visible">True</property>
 
805
                    <property name="relief">GTK_RELIEF_NORMAL</property>
 
806
                    <property name="use_stock">True</property>
 
807
                    <property name="label">gtk-help</property>
 
808
                    <property name="uri">ghelp:language-selector</property>
 
809
                  </object>
 
810
                  <packing>
 
811
                    <property name="expand">False</property>
 
812
                    <property name="fill">False</property>
 
813
                    <property name="pack_type">start</property>
 
814
                    <property name="position">1</property>
 
815
                  </packing>
804
816
                </child>
805
817
                <child>
806
818
                  <object class="GtkButton" id="button_quit">