update to 1.4.4
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
/* $Id: cargo_table_widget.h 23600 2011-12-19 20:46:17Z TheDude $ */
|
||||
|
||||
/** @file cargo_table_widget.h Types related to the cargos widgets. */
|
||||
|
||||
#ifndef WIDGETS_CARGO_TABLE_WIDGET_H
|
||||
#define WIDGETS_CARGO_TABLE_WIDGET_H
|
||||
|
||||
/** Widgets of the #CargosWindow class. */
|
||||
enum CargosWidgets {
|
||||
WID_CT_BACKGROUND, ///< Caption of the window.
|
||||
WID_CT_CAPTION,
|
||||
WID_CT_HEADER_CARGO,
|
||||
WID_CT_HEADER_AMOUNT,
|
||||
WID_CT_HEADER_INCOME,
|
||||
WID_CT_LIST,
|
||||
WID_CT_AMOUNT,
|
||||
WID_CT_INCOME,
|
||||
};
|
||||
|
||||
#endif /* WIDGETS_CARGO_TABLE_WIDGET_H */
|
||||
/* $Id: cargo_table_widget.h 23600 2011-12-19 20:46:17Z TheDude $ */
|
||||
|
||||
/** @file cargo_table_widget.h Types related to the cargos widgets. */
|
||||
|
||||
#ifndef WIDGETS_CARGO_TABLE_WIDGET_H
|
||||
#define WIDGETS_CARGO_TABLE_WIDGET_H
|
||||
|
||||
/** Widgets of the #CargosWindow class. */
|
||||
enum CargosWidgets {
|
||||
WID_CT_BACKGROUND, ///< Caption of the window.
|
||||
WID_CT_CAPTION,
|
||||
WID_CT_HEADER_CARGO,
|
||||
WID_CT_HEADER_AMOUNT,
|
||||
WID_CT_HEADER_INCOME,
|
||||
WID_CT_LIST,
|
||||
WID_CT_AMOUNT,
|
||||
WID_CT_INCOME,
|
||||
};
|
||||
|
||||
#endif /* WIDGETS_CARGO_TABLE_WIDGET_H */
|
||||
|
||||
Reference in New Issue
Block a user