MGR: Remove non-ASCII Ellipse. I'm not sure the code chunk is even used anymore.

This commit is contained in:
Rom Walton 2014-09-03 12:52:32 -04:00
parent 74f8f1ea97
commit 85ec190356
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ void MacLocalizeBOINCMenu() {
originalText.Clear();
err = GetIndMenuItemWithCommandID(NULL, kHICommandPreferences, 1, &BOINCMenu, &itemIndex);
if (!err) {
originalText = _("Preferences");
originalText = _("Preferences...");
strlcpy(originalCharStr, originalText.utf8_str(), sizeof(originalCharStr));
if (originalCharStr[0]) {
localizedText = CFStringCreateWithCString(NULL, originalCharStr, kCFStringEncodingUTF8);