(svn r23536) -Codechange: document and rename widgets to be consistent and understandable

This commit is contained in:
truebrain
2011-12-16 16:49:53 +00:00
parent 4453288f3f
commit 05af1d176b
6 changed files with 120 additions and 120 deletions

View File

@@ -13,8 +13,8 @@
#define WIDGETS_MAIN_WIDGET_H
/** Widgets of the WC_MAIN_WINDOW. */
enum MainWindowWidgets {
MW_VIEWPORT, ///< Main window viewport.
enum MainWidgets {
WID_M_VIEWPORT, ///< Main window viewport.
};
#endif /* WIDGETS_MAIN_WIDGET_H */