diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-18 22:59:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-18 22:59:34 +0900 |
commit | 588b1440b578cff0a4614a52946b978039ee6f7c (patch) | |
tree | 0d4377364809a2aff1b92ad6f99387a58eab8338 /tdefilereplace/tdefilereplacepartui.rc | |
parent | 75fedf7ef28b7f62c19f39a2229d6cc1ec9376e3 (diff) | |
download | tdeutils-588b1440b578cff0a4614a52946b978039ee6f7c.tar.gz tdeutils-588b1440b578cff0a4614a52946b978039ee6f7c.zip |
tdefilereplace:
1) fixed delete button logic
2) added remove entry functionality
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefilereplace/tdefilereplacepartui.rc')
-rw-r--r-- | tdefilereplace/tdefilereplacepartui.rc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tdefilereplace/tdefilereplacepartui.rc b/tdefilereplace/tdefilereplacepartui.rc index e946144..7616165 100644 --- a/tdefilereplace/tdefilereplacepartui.rc +++ b/tdefilereplace/tdefilereplacepartui.rc @@ -1,5 +1,5 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="tdefilereplace" version="6"> +<kpartgui name="tdefilereplace" version="7"> <MenuBar> <Menu name="tdefilerepace"><text>Search/&Replace</text> <Action name="new_project"/> @@ -23,8 +23,10 @@ </Menu> <Menu name="results"><text>&Results</text> <Action name="results_openfile"/> - <Action name="results_opendir"/> + <Action name="results_openfilewith"/> <Action name="results_editfile"/> + <Action name="results_opendir"/> + <Action name="results_removeentry"/> <Action name="results_delete"/> <Action name="results_infos"/> <Separator/> |