diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 12:49:21 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 12:49:21 -0500 |
commit | ed49d042342ecc70dd88b04a8c3d06244bbd7114 (patch) | |
tree | b71abbe04b9f35983aea68b6e39207a8d6bcba42 /PerlTQt/examples/richedit/imageCollection.pm | |
parent | 8192e78fb4207c9cc6980710ef91ceea43e1f694 (diff) | |
download | libtqt-perl-ed49d042342ecc70dd88b04a8c3d06244bbd7114.tar.gz libtqt-perl-ed49d042342ecc70dd88b04a8c3d06244bbd7114.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'PerlTQt/examples/richedit/imageCollection.pm')
-rw-r--r-- | PerlTQt/examples/richedit/imageCollection.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PerlTQt/examples/richedit/imageCollection.pm b/PerlTQt/examples/richedit/imageCollection.pm index 9ba9880..3e9e910 100644 --- a/PerlTQt/examples/richedit/imageCollection.pm +++ b/PerlTQt/examples/richedit/imageCollection.pm @@ -1398,7 +1398,7 @@ my %embed_images = ( "fileopen" => [$image_4_data, 22, 22, 32, undef, 1], "filesave" => [$image_5_data, 22, 22, 32, undef, 1], "print" => [$image_6_data, 22, 22, 32, undef, 1], - "redo" => [$image_7_data, 22, 22, 32, undef, 1], + "edit-redo" => [$image_7_data, 22, 22, 32, undef, 1], "searchfind" => [$image_8_data, 22, 22, 32, undef, 1], "textbold" => [$image_9_data, 22, 22, 32, undef, 1], "textcenter" => [$image_10_data, 22, 22, 32, undef, 1], @@ -1406,7 +1406,7 @@ my %embed_images = ( "textleft" => [$image_12_data, 22, 22, 32, undef, 1], "textright" => [$image_13_data, 22, 22, 32, undef, 1], "textunder" => [$image_14_data, 22, 22, 32, undef, 1], - "undo" => [$image_15_data, 22, 22, 32, undef, 1], + "edit-undo" => [$image_15_data, 22, 22, 32, undef, 1], ); my %images = (); |