Browse Source

Fixed SD2-1192 - Cannot set the File Format Associations after a clean install. Changed the FiletypeRegister.addin so the FiletypesRegisterStartup property is set to a valid default boolean value if the property does not exist.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2009 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 19 years ago
parent
commit
40b3347c34
  1. 2
      src/AddIns/Misc/FiletypeRegisterer/Project/FiletypeRegisterer.addin

2
src/AddIns/Misc/FiletypeRegisterer/Project/FiletypeRegisterer.addin

@ -74,7 +74,7 @@
</Path> </Path>
<Path name = "/Workspace/Autostart"> <Path name = "/Workspace/Autostart">
<Condition name = "Compare" string = "${property:SharpDevelop.FiletypesRegisterStartup}" equals = "True"> <Condition name = "Compare" string = "${property:SharpDevelop.FiletypesRegisterStartup??True}" equals = "True">
<Class id = "RegisterFiletypes" <Class id = "RegisterFiletypes"
class = "ICSharpCode.FiletypeRegisterer.RegisterFiletypesCommand"/> class = "ICSharpCode.FiletypeRegisterer.RegisterFiletypesCommand"/>
</Condition> </Condition>

Loading…
Cancel
Save