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 | |
| 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')
| -rw-r--r-- | src/ui/dialog/spellcheck.cpp | 4 | ||||
| -rw-r--r-- | src/ui/dialog/spellcheck.h | 2 |
2 files changed, 3 insertions, 3 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)); diff --git a/src/ui/dialog/spellcheck.h b/src/ui/dialog/spellcheck.h index c7a88fe4c..8a0f2e822 100644 --- a/src/ui/dialog/spellcheck.h +++ b/src/ui/dialog/spellcheck.h @@ -220,7 +220,7 @@ private: Glib::ustring _lang2; Glib::ustring _lang3; - /** + /* * Dialogs widgets */ Gtk::Label banner_label; |
