Closed jslavik closed 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
Oops, Im sorry, I did not realized HEskandari is continuing in this project in other brach... So Im closing this issue.
m sorry, I did not realized HEskandari is continuing in this project in other brach... So I
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