Patch by Lukasz Kozlowski:

* Fixed About menu item for DeskCalc to say "DeskCalc" instead of "Calculator".
  (fixes #3234)

Thanks!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28896 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-01-14 13:37:19 +00:00
parent 58a9f0902b
commit 46c8e2c17d
+1 -1
View File
@@ -962,7 +962,7 @@ void
CalcView::_CreatePopUpMenu()
{
// construct items
fAboutItem = new BMenuItem("About Calculator" B_UTF8_ELLIPSIS,
fAboutItem = new BMenuItem("About DeskCalc" B_UTF8_ELLIPSIS,
new BMessage(B_ABOUT_REQUESTED));
fOptionsItem = new BMenuItem("Options" B_UTF8_ELLIPSIS,
new BMessage(K_OPTIONS_REQUESTED));