Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-10-09 22:05:46 +0000
committerStijn Buys <ingar@osirion.org>2010-10-09 22:05:46 +0000
commit43927cc52bdd7e44d62b0e6309612558f565b70f (patch)
treea3e9ccf69d6ab03c8444b78ac53d49529a52e675 /src/client/buymenu.h
parent0ecdd8bc98ba583bbee801b838d785c6f881d7df (diff)
fix crash introduced with inventory transfer, buywindow credits indicator,
removed impulse drive initialization delay.
Diffstat (limited to 'src/client/buymenu.h')
-rw-r--r--src/client/buymenu.h3
1 files changed, 3 insertions, 0 deletions
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;