Magellan Linux

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

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

revision 770 by niro, Mon Sep 22 22:04:16 2008 UTC revision 771 by niro, Wed Sep 24 10:17:27 2008 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/common.sh,v 1.2 2008-09-22 22:04:16 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/common.sh,v 1.3 2008-09-24 10:17:27 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">
# 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>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.770  
changed lines
  Added in v.771