ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/bin/cfplus
(Generate patch)

Comparing deliantra/Deliantra-Client/bin/cfplus (file contents):
Revision 1.54 by root, Mon Jun 5 01:59:59 2006 UTC vs.
Revision 1.55 by root, Mon Jun 5 03:33:09 2006 UTC

903sub open_quit_dialog { 903sub open_quit_dialog {
904 unless ($QUIT_DIALOG) { 904 unless ($QUIT_DIALOG) {
905 $QUIT_DIALOG = new CFClient::UI::FancyFrame 905 $QUIT_DIALOG = new CFClient::UI::FancyFrame
906 x => "center", 906 x => "center",
907 y => "center", 907 y => "center",
908 z => 50,
908 title => "Really Quit?", 909 title => "Really Quit?",
909 ; 910 ;
910 911
911 $QUIT_DIALOG->add (my $vb = new CFClient::UI::VBox expand => 1); 912 $QUIT_DIALOG->add (my $vb = new CFClient::UI::VBox expand => 1);
912 913
1125 1126
1126sub make_help_window { 1127sub make_help_window {
1127 my $win = new CFClient::UI::FancyFrame 1128 my $win = new CFClient::UI::FancyFrame
1128 x => 'center', 1129 x => 'center',
1129 y => 'center', 1130 y => 'center',
1131 z => 2,
1130 name => 'doc_browser', 1132 name => 'doc_browser',
1131 force_w => int $WIDTH * 7/8, 1133 force_w => int $WIDTH * 7/8,
1132 force_h => int $HEIGHT * 7/8, 1134 force_h => int $HEIGHT * 7/8,
1133 title => "Documentation"; 1135 title => "Documentation";
1134 1136

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines