diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-23 10:50:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-23 10:50:34 +0900 |
commit | ae564d14ce65289bff87929ba9cca581c5f59306 (patch) | |
tree | ff1f4a75925033df5607886bfdda4d0d913cece7 /tdefilereplace/tdefilereplacepartui.rc | |
parent | 10db438b9a5b758a384d4c007e88f1cda2981cc8 (diff) | |
download | tdeutils-ae564d14ce65289bff87929ba9cca581c5f59306.tar.gz tdeutils-ae564d14ce65289bff87929ba9cca581c5f59306.zip |
tdefilereplace: added save/load results 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 414fe26..4779bd7 100644 --- a/tdefilereplace/tdefilereplacepartui.rc +++ b/tdefilereplace/tdefilereplacepartui.rc @@ -1,5 +1,5 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="tdefilereplace" version="7"> +<kpartgui name="tdefilereplace" version="8"> <MenuBar> <Menu name="tdefilerepace"><text>Search/&Replace</text> <Action name="new_project"/> @@ -28,7 +28,9 @@ <Action name="results_delete"/> <Action name="results_infos"/> <Separator/> - <Action name="save_results"/> + <Action name="results_create_report"/> + <Action name="results_save"/> + <Action name="results_load"/> <Separator/> <Action name="results_treeexpand"/> <Action name="results_treereduce"/> |