Patch by Humdinger:
Updated Haiku apps to use sentence-case. What a huge undertaking... The files where I had to apply the patch manually (for mysterious reasons) have also gotten a whitespace cleanup. I've proof-read everything so hopefully there should be no problems. This should be the final part of #5169. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35049 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2006 Haiku, Inc. All Rights Reserved.
|
||||
* Copyright 2006-2009, Haiku, Inc. All rights reserved.
|
||||
* Copyright 1997, 1998 R3 Software Ltd. All Rights Reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
@@ -687,7 +687,7 @@ CalcView::AboutRequested()
|
||||
"written by Timothy Wayper,\nStephan Aßmus and Ingo Weinhold\n\n"
|
||||
B_UTF8_COPYRIGHT"1997, 1998 R3 Software Ltd.\n"
|
||||
B_UTF8_COPYRIGHT"2006-2009 Haiku, Inc.\n\n"
|
||||
"All Rights Reserved.", "Cool");
|
||||
"All Rights Reserved.", "OK");
|
||||
alert->Go(NULL);
|
||||
}
|
||||
|
||||
@@ -1098,13 +1098,13 @@ void
|
||||
CalcView::_CreatePopUpMenu()
|
||||
{
|
||||
// construct items
|
||||
fAutoNumlockItem = new BMenuItem("Enable Num Lock on start up",
|
||||
fAutoNumlockItem = new BMenuItem("Enable Num Lock on startup",
|
||||
new BMessage(MSG_OPTIONS_AUTO_NUM_LOCK));
|
||||
fAudioFeedbackItem = new BMenuItem("Audio Feedback",
|
||||
new BMessage(MSG_OPTIONS_AUDIO_FEEDBACK));
|
||||
fShowKeypadItem = new BMenuItem("Show Keypad",
|
||||
fShowKeypadItem = new BMenuItem("Show keypad",
|
||||
new BMessage(MSG_OPTIONS_SHOW_KEYPAD));
|
||||
fAboutItem = new BMenuItem("About DeskCalc",
|
||||
fAboutItem = new BMenuItem("About DeskCalc" B_UTF8_ELLIPSIS,
|
||||
new BMessage(B_ABOUT_REQUESTED));
|
||||
|
||||
// apply current settings
|
||||
|
||||
Reference in New Issue
Block a user