Revision 78ebfd2d trunk/Pithos.Client.WPF/Preferences/PreferencesViewModel.cs

b/trunk/Pithos.Client.WPF/Preferences/PreferencesViewModel.cs
93 93

  
94 94
        private static void CreateShortcut(string shortcutPath)
95 95
        {
96
		//TODO: ###THROWS PERMISSIONS ERROR###
96 97
            var wshShell = new WshShellClass();
97 98
            var shortcut = (IWshRuntimeLibrary.IWshShortcut) wshShell.CreateShortcut(
98 99
                shortcutPath);

Also available in: Unified diff