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.49 by root, Sat Jun 3 01:47:14 2006 UTC vs.
Revision 1.50 by root, Sat Jun 3 02:32:35 2006 UTC

1266 y => 'center', 1266 y => 'center',
1267 force_w => $::WIDTH * 0.6, 1267 force_w => $::WIDTH * 0.6,
1268 force_h => $::HEIGHT * 0.6, 1268 force_h => $::HEIGHT * 0.6,
1269 ; 1269 ;
1270 1270
1271 $SETUP_DIALOG->add ($SETUP_NOTEBOOK = new CFClient::UI::Notebook); 1271 $SETUP_DIALOG->add ($SETUP_NOTEBOOK = new CFClient::UI::Notebook expand => 1, debug => 1,
1272 filter => new CFClient::UI::ScrolledWindow xxx => 1, expand => 1, scroll_y => 1);
1272 1273
1273 $SETUP_NOTEBOOK->add (Server => $SETUP_SERVER = server_setup, 1274 $SETUP_NOTEBOOK->add (Server => $SETUP_SERVER = server_setup,
1274 "Configure the server to play on, your username, password and other server-related options."); 1275 "Configure the server to play on, your username, password and other server-related options.");
1275 $SETUP_NOTEBOOK->add (Pickup => autopickup_setup, 1276 $SETUP_NOTEBOOK->add (Pickup => autopickup_setup,
1276 "Configure autopicking stetings, i.e. which items you will pick up automatically when walking over them."); 1277 "Configure autopicking stetings, i.e. which items you will pick up automatically when walking over them.");
1300 1301
1301 $BUTTONBAR->add (new CFClient::UI::Flopper text => "Stats Window", other => make_stats_window, 1302 $BUTTONBAR->add (new CFClient::UI::Flopper text => "Stats Window", other => make_stats_window,
1302 tooltip => "Toggles the statistics window, where all your Stats and Resistances are being displayed at all times."); 1303 tooltip => "Toggles the statistics window, where all your Stats and Resistances are being displayed at all times.");
1303 $BUTTONBAR->add (new CFClient::UI::Flopper text => "Inventory", other => make_inventory_window, 1304 $BUTTONBAR->add (new CFClient::UI::Flopper text => "Inventory", other => make_inventory_window,
1304 tooltip => "Toggles the inventory window, where you can manage your loot (or treaures :)." 1305 tooltip => "Toggles the inventory window, where you can manage your loot (or treaures :)."
1305 ."You can also hit the Tab-key to show/hide the Inventory."); 1306 ."You can also hit the <b>Tab</b>-key to show/hide the Inventory.");
1306 1307
1307 $BUTTONBAR->add (new CFClient::UI::Button 1308 $BUTTONBAR->add (new CFClient::UI::Button
1308 text => "Save Config", 1309 text => "Save Config",
1309 tooltip => "Saves the options chosen in the client setting, server settings and the window layout to be restored on later runs.", 1310 tooltip => "Saves the options chosen in the client setting, server settings and the window layout to be restored on later runs.",
1310 on_activate => sub { 1311 on_activate => sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines