diff options
| author | Ted Gould <ted@gould.cx> | 2008-10-27 18:03:09 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-10-27 18:03:09 +0000 |
| commit | 7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902 (patch) | |
| tree | 7d3a2b95b84a03a19cb132cdf88bea0ab6dc4773 /src/ui/dialog/find.cpp | |
| parent | Merging from trunk (diff) | |
| download | inkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.tar.gz inkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.zip | |
From trunk
(bzr r6885)
Diffstat (limited to 'src/ui/dialog/find.cpp')
| -rw-r--r-- | src/ui/dialog/find.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ui/dialog/find.cpp b/src/ui/dialog/find.cpp index f59f2504c..b86234521 100644 --- a/src/ui/dialog/find.cpp +++ b/src/ui/dialog/find.cpp @@ -22,13 +22,12 @@ #include "helper/window.h" #include "macros.h" #include "inkscape.h" -#include "document.h" #include "desktop.h" +#include "document.h" #include "selection.h" #include "desktop-handles.h" #include "dialogs/dialog-events.h" -#include "prefs-utils.h" #include "verbs.h" #include "interface.h" #include "sp-text.h" @@ -49,7 +48,7 @@ #include "sp-use.h" #include "sp-image.h" #include "sp-offset.h" -#include <xml/repr.h> +#include "xml/repr.h" namespace Inkscape { @@ -57,7 +56,7 @@ namespace UI { namespace Dialog { Find::Find() - : UI::Widget::Panel("", "dialogs.find", SP_VERB_DIALOG_FIND), + : UI::Widget::Panel("", "/dialogs/find", SP_VERB_DIALOG_FIND), _entry_text(_("_Text: "), _("Find objects by their text content (exact or partial match)")), _entry_id(_("_ID: "), _("Find objects by the value of the id attribute (exact or partial match)")), _entry_style(_("_Style: "), _("Find objects by the value of the style attribute (exact or partial match)")), |
