BUGFIX: Magnet link association fix on Win32 (sledgehammer999)

This commit is contained in:
Christophe Dumez
2011-03-23 16:50:59 +00:00
parent ed2834cbc0
commit 8d03b034c2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - 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 <chris@qbittorrent.org> - v2.7.0

View File

@@ -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);
}