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

Comparing deliantra/Deliantra-Client/bin/deliantra (file contents):
Revision 1.39 by root, Mon May 5 16:58:35 2008 UTC vs.
Revision 1.40 by root, Mon May 5 20:22:03 2008 UTC

2242 has_close_button => 1, 2242 has_close_button => 1,
2243 ; 2243 ;
2244 2244
2245 $METASERVER = metaserver_dialog; 2245 $METASERVER = metaserver_dialog;
2246 # the name is changed to not conflict with the older name as users could have hidden it 2246 # the name is changed to not conflict with the older name as users could have hidden it
2247 $MESSAGE_WINDOW = new DC::UI::Dockbar (name => "message_window2", title => 'Messages'); 2247 $MESSAGE_WINDOW = new DC::UI::Dockbar
2248 name => "message_window2",
2249 title => 'Messages',
2250 force_w => $::WIDTH * 0.6,
2251 force_h => $::HEIGHT * 0.25,
2252 ;
2253
2248 $MESSAGE_DIST = new DC::MessageDistributor dockbar => $MESSAGE_WINDOW; 2254 $MESSAGE_DIST = new DC::MessageDistributor dockbar => $MESSAGE_WINDOW;
2249 2255
2250 $SETUP_DIALOG->add ($SETUP_NOTEBOOK = new DC::UI::Notebook expand => 1, 2256 $SETUP_DIALOG->add ($SETUP_NOTEBOOK = new DC::UI::Notebook expand => 1,
2251 filter => new DC::UI::ScrolledWindow expand => 1, scroll_y => 1); 2257 filter => new DC::UI::ScrolledWindow expand => 1, scroll_y => 1);
2252 2258

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines