diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-02-25 07:09:21 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-02-25 07:09:21 +0000 |
| commit | ac04010ff70295ad24352286969fe56c22841da2 (patch) | |
| tree | b924e9696ed730988a144d2debd08cdd1303af02 /src/ui/dialog/spellcheck.cpp | |
| parent | (cppcheck and janitorial tasks:) C-style casting to C++-style casting (diff) | |
| download | inkscape-ac04010ff70295ad24352286969fe56c22841da2.tar.gz inkscape-ac04010ff70295ad24352286969fe56c22841da2.zip | |
Fix documentation
(bzr r11012)
Diffstat (limited to 'src/ui/dialog/spellcheck.cpp')
| -rw-r--r-- | src/ui/dialog/spellcheck.cpp | 4 |
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)); |
