diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-14 15:22:32 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-14 15:22:32 +0000 |
commit | 0dd8bc994b172f65d96e11e50e51643c24111907 (patch) | |
tree | 0eb6f2d51842b9a448a5f684508cb43cb6a4849f /src/gui/setup.h | |
parent | f0af955173deacbb11c6eda1766498cd781aa2e5 (diff) | |
download | mana-0dd8bc994b172f65d96e11e50e51643c24111907.tar.gz mana-0dd8bc994b172f65d96e11e50e51643c24111907.tar.bz2 mana-0dd8bc994b172f65d96e11e50e51643c24111907.tar.xz mana-0dd8bc994b172f65d96e11e50e51643c24111907.zip |
Mainly separating core GUI classes from game interface.
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 21f65038..2adc9708 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -30,7 +30,7 @@ /** * The list model for mode list. * - * \ingroup GUI + * \ingroup Interface */ class ModeListModel : public gcn::ListModel { public: |