summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/findreplacedialog.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-03 06:53:06 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-03 06:53:06 +0000
commita8bb62e6e290678f221a01bec7b24e6742366759 (patch)
tree8f77f0c145a1b63afbe82433940ab5daae899bfb /utils/themeeditor/gui/findreplacedialog.h
parentfb09d6354c0b6badb449f532f40af9a8037377a3 (diff)
downloadrockbox-a8bb62e6e290678f221a01bec7b24e6742366759.tar.gz
rockbox-a8bb62e6e290678f221a01bec7b24e6742366759.zip
Theme Editor: Made irrelevant menu items disabled at startup, made wrap-around search work in the find/replace dialog
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27253 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/findreplacedialog.h')
-rw-r--r--utils/themeeditor/gui/findreplacedialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/findreplacedialog.h b/utils/themeeditor/gui/findreplacedialog.h
index 793094a5fe..009a077d8b 100644
--- a/utils/themeeditor/gui/findreplacedialog.h
+++ b/utils/themeeditor/gui/findreplacedialog.h
@@ -53,6 +53,7 @@ private:
53 Ui::FindReplaceDialog *ui; 53 Ui::FindReplaceDialog *ui;
54 54
55 QPlainTextEdit* editor; 55 QPlainTextEdit* editor;
56 QTextCursor textFound;
56}; 57};
57 58
58#endif // FINDREPLACEDIALOG_H 59#endif // FINDREPLACEDIALOG_H