From ac04010ff70295ad24352286969fe56c22841da2 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Sat, 25 Feb 2012 08:09:21 +0100 Subject: Fix documentation (bzr r11012) --- src/ui/dialog/spellcheck.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/dialog/spellcheck.cpp') diff --git a/src/ui/dialog/spellcheck.cpp b/src/ui/dialog/spellcheck.cpp index bc2884b93..881b90b0b 100644 --- a/src/ui/dialog/spellcheck.cpp +++ b/src/ui/dialog/spellcheck.cpp @@ -160,7 +160,7 @@ SpellCheck::SpellCheck (void) : actionbutton_hbox.add(stop_button); actionbutton_hbox.add(start_button); - /** + /* * Main dialog */ Gtk::Box *contents = _getContents(); @@ -170,7 +170,7 @@ SpellCheck::SpellCheck (void) : contents->pack_start (action_sep, false, false, 6); contents->pack_start (actionbutton_hbox, false, false, 0); - /** + /* * Signal handlers */ accept_button.signal_clicked().connect(sigc::mem_fun(*this, &SpellCheck::onAccept)); -- cgit v1.2.3