From 22aca668b53786dc00ff43764e61980e6499ec30 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 3 Sep 2006 21:25:02 +0000 Subject: Fixed updating of labels in buy and sell dialogs. Also made our listbox respond to mouse dragging to change the selection. --- src/gui/inventorywindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/inventorywindow.h') diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index a2c7535b..d46e91e7 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -75,9 +75,9 @@ class InventoryWindow : public Window, gcn::ActionListener, SelectionListener void selectionChanged(const SelectionEvent &event); private: - void updateButtons(); /** Updates button states */ + void updateButtons(); /**< Updates button states. */ - void updateWidgets(); /** Updates widgets size/position */ + void updateWidgets(); /**< Updates widgets size/position. */ ItemContainer *mItems; -- cgit v1.2.3-70-g09d2