diff --git a/Changelog b/Changelog index 02437019a..2eeafd21e 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,7 @@ - BUGFIX: Fix compilation with gcc 4.5 - BUGFIX: Fix about dialog layout - BUGFIX: Remember previously selected paths in torrent creation dialog + - BUGFIX: Added missing right-click menu icon in Web UI * Tue Jul 27 2010 - Christophe Dumez - v2.3.0 - FEATURE: Simplified torrent root folder renaming/truncating (< v2.3.0 is no longer forward compatible) diff --git a/src/Icons/skin/delete_perm22.png b/src/Icons/skin/delete_perm22.png new file mode 100644 index 000000000..288fb8c68 Binary files /dev/null and b/src/Icons/skin/delete_perm22.png differ diff --git a/src/icons.qrc b/src/icons.qrc index 37d224901..abde065fd 100644 --- a/src/icons.qrc +++ b/src/icons.qrc @@ -13,6 +13,7 @@ Icons/magnet.png Icons/slow.png Icons/L.gif + Icons/skin/delete_perm22.png Icons/skin/seeding.png Icons/skin/splash.png Icons/skin/preview.png