diff --git a/Changelog b/Changelog index e10d3b612..e761a4a55 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ * Unreleased - Christophe Dumez - v2.7.1 - BUGFIX: Limit file names to 255 bytes to avoid issues on Linux FS - BUGFIX: Fix possible crash when changing the priority of a file + - BUGFIX: Magnet link association fix on Win32 (sledgehammer999) - I18N: Updated German, Portuguese, Brazilian, Spanish and Catalan translations * Sun Mar 20 2011 - Christophe Dumez - v2.7.0 diff --git a/src/preferences/preferences.h b/src/preferences/preferences.h index 8010e17c2..ac9bcd621 100644 --- a/src/preferences/preferences.h +++ b/src/preferences/preferences.h @@ -994,7 +994,7 @@ public: settings.setValue("Magnet/Default", "Magnet URI"); settings.setValue("Magnet/Content Type", "application/x-magnet"); settings.setValue("Magnet/URL Protocol", ""); - settings.setValue("Magnet/DefaultIcon\\Default", icon_str); + settings.setValue("Magnet/DefaultIcon/Default", icon_str); settings.setValue("Magnet/shell/Default", "open"); settings.setValue("Magnet/shell/open/command/Default", command_str); }