Make the 'About...' command pull its title from the configuration

This commit is contained in:
Michael Becker 2014-07-22 15:39:00 -04:00
parent ed6648a700
commit a9bf2896d5
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>