From 43927cc52bdd7e44d62b0e6309612558f565b70f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Oct 2010 22:05:46 +0000 Subject: fix crash introduced with inventory transfer, buywindow credits indicator, removed impulse drive initialization delay. --- src/client/buymenu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/buymenu.h') diff --git a/src/client/buymenu.h b/src/client/buymenu.h index 91ed10e..7f19ebf 100644 --- a/src/client/buymenu.h +++ b/src/client/buymenu.h @@ -12,6 +12,7 @@ #include "ui/button.h" #include "ui/label.h" #include "ui/modelview.h" +#include "ui/plaintext.h" #include "ui/widget.h" #include "ui/scrollpane.h" @@ -43,6 +44,8 @@ private: ui::Label *menu_namelabel; ui::ScrollPane *menu_scrollpane; ui::ModelView *menu_modelview; + ui::Label *menu_msgtext; + ui::PlainText *menu_pricetext; ui::Button *menu_closebutton; ui::Button *menu_buybutton; -- cgit v1.2.3