Make the 'About...' command pull its title from the configuration
This commit is contained in:
parent
ed6648a700
commit
a9bf2896d5
@ -153,7 +153,7 @@
|
||||
<Command ID="HelpViewHelp" Title="View _Help" />
|
||||
<Command ID="HelpCustomerFeedbackOptions" Title="Customer _Feedback Options..." />
|
||||
<Command ID="HelpLicensingAndActivation" Title="_Licensing and Activation..." />
|
||||
<Command ID="HelpAboutPlatform" Title="_About Universal Editor Platform" />
|
||||
<Command ID="HelpAboutPlatform" Title="_About {0}" />
|
||||
</Commands>
|
||||
</Language>
|
||||
</Languages>
|
||||
|
||||
@ -111,7 +111,7 @@
|
||||
<Command ID="HelpViewHelp" Title="View _Help" />
|
||||
<Command ID="HelpCustomerFeedbackOptions" Title="Customer _Feedback Options..." />
|
||||
<Command ID="HelpLicensingAndActivation" Title="_Licensing and Activation..." />
|
||||
<Command ID="HelpAboutPlatform" Title="_About Universal Editor Platform" />
|
||||
<Command ID="HelpAboutPlatform" Title="_About {0}" />
|
||||
</Commands>
|
||||
</Language>
|
||||
</Languages>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user