Magellan Linux

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

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

revision 771 by niro, Wed Sep 24 10:17:27 2008 UTC revision 772 by niro, Wed Sep 24 10:44:47 2008 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/common.sh,v 1.3 2008-09-24 10:17:27 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/common.sh,v 1.4 2008-09-24 10:44:21 niro Exp $
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>
# Line 71  export FINISH=' Line 71  export FINISH='
71  <window title="Welcome" icon-name="gtk-info" window_position="1" resizable="false">  <window title="Welcome" icon-name="gtk-info" window_position="1" resizable="false">
72   <vbox>   <vbox>
73   <pixmap>   <pixmap>
74   <input file>header.png</input>   <input file>data/header.png</input>
75   </pixmap>   </pixmap>
76   <text use-markup="true">   <text use-markup="true">
77   <label>   <label>

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