Magellan Linux

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

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

revision 1009 by niro, Wed Sep 24 10:54:00 2008 UTC revision 1010 by niro, Sun May 30 17:32:47 2010 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/locales.sh,v 1.3 2008-09-24 10:54:00 niro Exp $  # $Id$
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 105  export SELECT_LOCALES=' Line 105  export SELECT_LOCALES='
105  rundialog_select_timezone_region()  rundialog_select_timezone_region()
106  {  {
107   rundialog SELECT_TIMEZONE_REGION   rundialog SELECT_TIMEZONE_REGION
108   echo "DEBUG: EXIT='${EXIT}'"   debug "EXIT='${EXIT}'"
109    
110   # save given variables in env   # save given variables in env
111   # they will be shown as default on error   # they will be shown as default on error
# Line 134  rundialog_select_timezone_region() Line 134  rundialog_select_timezone_region()
134  rundialog_select_timezone_location()  rundialog_select_timezone_location()
135  {  {
136   rundialog SELECT_TIMEZONE_LOCATION   rundialog SELECT_TIMEZONE_LOCATION
137   echo "DEBUG: EXIT='${EXIT}'"   debug "EXIT='${EXIT}'"
138    
139   # save given variables in env   # save given variables in env
140   # they will be shown as default on error   # they will be shown as default on error
# Line 163  rundialog_select_timezone_location() Line 163  rundialog_select_timezone_location()
163  rundialog_select_locales()  rundialog_select_locales()
164  {  {
165   rundialog SELECT_LOCALES   rundialog SELECT_LOCALES
166   echo "DEBUG: EXIT='${EXIT}'"   debug "EXIT='${EXIT}'"
167    
168   # save given variables in env   # save given variables in env
169   # they will be shown as default on error   # they will be shown as default on error

Legend:
Removed from v.1009  
changed lines
  Added in v.1010