Magellan Linux

Diff of /trunk/installer/gtk-gui/locales.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 772 by niro, Wed Sep 24 10:44:47 2008 UTC revision 773 by niro, Wed Sep 24 10:54:00 2008 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/locales.sh,v 1.2 2008-09-24 10:44:21 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/locales.sh,v 1.3 2008-09-24 10:54:00 niro Exp $
2    
3  export SELECT_TIMEZONE_REGION='  export SELECT_TIMEZONE_REGION='
4  <window title="Locales" icon-name="gtk-preferences" window_position="1" resizable="true">  <window title="Locales" icon-name="gtk-preferences" window_position="1" resizable="true">
# Line 18  export SELECT_TIMEZONE_REGION=' Line 18  export SELECT_TIMEZONE_REGION='
18   <width>300</width><height>200</height>   <width>300</width><height>200</height>
19   <variable>TIMEZONE_REGION</variable>   <variable>TIMEZONE_REGION</variable>
20   <label>Region</label>   <label>Region</label>
21   <input>timezone.sh --regions</input>   <input>include/timezone.sh --regions</input>
22   </list>   </list>
23   <hbox>   <hbox>
24   <button>   <button>
# Line 52  export SELECT_TIMEZONE_LOCATION=' Line 52  export SELECT_TIMEZONE_LOCATION='
52   <width>300</width><height>200</height>   <width>300</width><height>200</height>
53   <variable>TIMEZONE_LOCATION</variable>   <variable>TIMEZONE_LOCATION</variable>
54   <label>Region</label>   <label>Region</label>
55   <input>timezone.sh --locations "${TIMEZONE_REGION}"</input>   <input>include/timezone.sh --locations "${TIMEZONE_REGION}"</input>
56   </list>   </list>
57   <hbox>   <hbox>
58   <button>   <button>
# Line 86  export SELECT_LOCALES=' Line 86  export SELECT_LOCALES='
86   <width>300</width><height>200</height>   <width>300</width><height>200</height>
87   <variable>LOCALE</variable>   <variable>LOCALE</variable>
88   <label>Region</label>   <label>Region</label>
89   <input>localedef --list-archive | grep $(timezone.sh --get-code ${TIMEZONE_LOCATION})</input>   <input>localedef --list-archive | grep $(include/timezone.sh --get-code ${TIMEZONE_LOCATION})</input>
90   </list>   </list>
91   <hbox>   <hbox>
92   <button>   <button>

Legend:
Removed from v.772  
changed lines
  Added in v.773