aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Scipione <jscipione@gmail.com>2012-08-01 07:54:39 -0400
committerJohn Scipione <jscipione@gmail.com>2012-08-01 07:54:39 -0400
commit57e436840b318a2f9ecd6a862ed41bcd6ff0cc23 (patch)
treed2a811b1d3657a0027a659494aeecda4f22b92ac
parent147ef3a9e89c28d64387f4bf645f48453913c3f8 (diff)
Revert "Remove the ellipses for About App in the replicant menu."hrev44452
Apparently ellipses are used for all dialog boxes on Haiku. Sorry for the noise. Thanks AnEvilYak This reverts commit 147ef3a9e89c28d64387f4bf645f48453913c3f8.
-rw-r--r--src/kits/interface/Dragger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kits/interface/Dragger.cpp b/src/kits/interface/Dragger.cpp
index fd8f8a2929..37f92d68db 100644
--- a/src/kits/interface/Dragger.cpp
+++ b/src/kits/interface/Dragger.cpp
@@ -740,7 +740,7 @@ BDragger::_BuildDefaultPopUp()
if (name != NULL)
msg->AddString("target", name);
- BString about(B_TRANSLATE("About %app"));
+ BString about(B_TRANSLATE("About %app" B_UTF8_ELLIPSIS));
about.ReplaceFirst("%app", name);
fPopUp->AddItem(new BMenuItem(about.String(), msg));