diff options
Diffstat (limited to 'src/gui/buysell.h')
-rw-r--r-- | src/gui/buysell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h index 19c1e859..ab2583cd 100644 --- a/src/gui/buysell.h +++ b/src/gui/buysell.h @@ -29,7 +29,7 @@ /** * A dialog to choose between buying or selling at a shop. * - * \ingroup GUI + * \ingroup Interface */ class BuySellDialog : public Window, public gcn::ActionListener { |