diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-09-16 22:45:42 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-09-16 22:45:42 +0000 |
| commit | 1a29e885b6e40720382f2b4d78f0a77635102cea (patch) | |
| tree | 1f9807b6d8849ec055f18b6a862f08927ae17b77 /src/ui/dialog | |
| parent | Missing semicolon (diff) | |
| download | inkscape-1a29e885b6e40720382f2b4d78f0a77635102cea.tar.gz inkscape-1a29e885b6e40720382f2b4d78f0a77635102cea.zip | |
Misc. typo and whitespace fixes
Follow-up to #289
Diffstat (limited to 'src/ui/dialog')
| -rw-r--r-- | src/ui/dialog/find.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ui/dialog/find.h b/src/ui/dialog/find.h index 2ed341122..d4b8fb661 100644 --- a/src/ui/dialog/find.h +++ b/src/ui/dialog/find.h @@ -18,7 +18,7 @@ #include "ui/widget/panel.h" #include "ui/widget/button.h" -#include "ui/widget/entry.h" +#include "ui/widget/entry.h" #include "ui/widget/frame.h" #include <gtkmm/box.h> @@ -64,7 +64,7 @@ protected: /** * Callbacks for pressing the dialog buttons. */ - void onFind(); + void onFind(); void onReplace(); void onExpander(); void onAction(); @@ -83,7 +83,7 @@ protected: * * @param item the SPItem to check * @param id the value to compare with - * @param exact do an exacty match + * @param exact do an exact match * @param casematch match the text case exactly * @param replace replace the value if found * @@ -94,7 +94,7 @@ protected: * * @param item the SPItem to check * @param name the value to compare with - * @param exact do an exacty match + * @param exact do an exact match * @param casematch match the text case exactly * @param replace replace the value if found * @@ -106,7 +106,7 @@ protected: * * @param item the SPItem to check * @param name the value to compare with - * @param exact do an exacty match + * @param exact do an exact match * @param casematch match the text case exactly * @param replace replace the value if found * @@ -117,7 +117,7 @@ protected: * * @param item the SPItem to check * @param name the value to compare with - * @param exact do an exacty match + * @param exact do an exact match * @param casematch match the text case exactly * @param replace replace the value if found * @@ -128,7 +128,7 @@ protected: * * @param item the SPItem to check * @param name the value to compare with - * @param exact do an exacty match + * @param exact do an exact match * @param casematch match the text case exactly * @param replace replace the value if found * @@ -139,7 +139,7 @@ protected: * * @param item the SPItem to check * @param name the value to compare with - * @param exact do an exacty match + * @param exact do an exact match * @param casematch match the text case exactly * @param replace replace the value if found * @@ -192,7 +192,7 @@ protected: * Is invoked by the desktop tracker when the desktop changes. */ void setTargetDesktop(SPDesktop *desktop); - + /** * Called when desktop selection changes */ |
