summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/spellcheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/spellcheck.cpp')
-rw-r--r--src/ui/dialog/spellcheck.cpp4
1 files changed, 2 insertions, 2 deletions
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));