ayende / rhino-licensing

A software licensing framework
http://ayende.com
BSD 3-Clause "New" or "Revised" License
336 stars 167 forks source link

Rhino.Licensing.AdminTool fails to open an existing project #1

Closed jslavik closed 13 years ago

jslavik commented 13 years ago

Hi,

there is an error causing the Rhino.Licensing.AdminTool application to fail when trying to fail an existing project.

In the file rhino-licensing/Rhino.Licensing.AdminTool/Views/ShellView.xaml instead of the line

<MenuItem Header="_Open Project" InputGestureText="Ctrl+O" cal:Message.Attach="[Gesture MouseAction: LeftClick]" />

the line

<MenuItem Header="_Open Project" InputGestureText="Ctrl+O" cal:Message.Attach="[Gesture MouseAction: LeftClick]=[Action OpenProject];[Gesture Key:O, Modifiers:Control]=[Action OpenProject]" />

shoul be used.

Greetings,

jslavik

jslavik commented 13 years ago

Oops, Im sorry, I did not realized HEskandari is continuing in this project in other brach... So Im closing this issue.