Magellan Linux

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

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

revision 719 by niro, Fri Apr 18 20:40:28 2008 UTC revision 1007 by niro, Sun May 30 17:31:51 2010 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/common.sh,v 1.1 2008-04-18 20:40:28 niro Exp $  # $Id$
2    
3  export WELCOME='  export WELCOME='
4  <window title="Welcome" icon-name="gtk-info" window_position="1" resizable="false">  <window title="Welcome" icon-name="gtk-info" window_position="1" resizable="false">
5   <vbox>   <vbox>
6   <pixmap>   <pixmap>
7   <input file>header.png</input>   <input file>data/header.png</input>
8   </pixmap>   </pixmap>
9   <text use-markup="true">   <text use-markup="true">
10   <label>   <label>
11   "   "
12    
13    
14  <big>Welcome to Magellan-linux.</big>  <big>Welcome to Magellan-Linux.</big>
15    
16    
17  "  "
# Line 65  export WARNING_DIALOG=' Line 65  export WARNING_DIALOG='
65   </button>   </button>
66   </hbox>   </hbox>
67   </vbox>   </vbox>
68    </window>
69    '
70    export FINISH='
71    <window title="Welcome" icon-name="gtk-info" window_position="1" resizable="false">
72     <vbox>
73     <pixmap>
74     <input file>data/header.png</input>
75     </pixmap>
76     <text use-markup="true">
77     <label>
78     "
79    
80    
81    <big>Installation successfully finished.</big>
82    
83    
84    "
85     </label>
86     </text>
87     <hbox>
88     <button>
89     <label>reboot</label>
90     <variable>NEXT</variable>
91     <input file stock="gtk-go-forward"></input>
92     </button>
93     </hbox>
94     </vbox>
95  </window>  </window>
96  '  '

Legend:
Removed from v.719  
changed lines
  Added in v.1007