diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-26 22:28:40 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-26 22:42:26 +0200 |
commit | 739e1ef748cf61935d3d15ef5319576f81d3a615 (patch) | |
tree | 925274893a87ad73d6e934ba7c3b07eed3c6a5ab /src/gui/shortcutwindow.h | |
parent | 9e5bdec034d81a9afec170988ea0a6d0a40e9e77 (diff) | |
download | mana-client-739e1ef748cf61935d3d15ef5319576f81d3a615.tar.gz mana-client-739e1ef748cf61935d3d15ef5319576f81d3a615.tar.bz2 mana-client-739e1ef748cf61935d3d15ef5319576f81d3a615.tar.xz mana-client-739e1ef748cf61935d3d15ef5319576f81d3a615.zip |
Moved minimap title setting into the Minimap class
Also cleaned up some debug log statements, fixed initialization order,
removed an unused member variable and added some documentation.
Diffstat (limited to 'src/gui/shortcutwindow.h')
-rw-r--r-- | src/gui/shortcutwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shortcutwindow.h b/src/gui/shortcutwindow.h index 826243a5..b3daf0b2 100644 --- a/src/gui/shortcutwindow.h +++ b/src/gui/shortcutwindow.h @@ -28,7 +28,7 @@ class ScrollArea; class ShortcutContainer; /** - * A window around the ItemShortcutContainer. + * A window around a ShortcutContainer. * * \ingroup Interface */ |