* Applied patch by Jonas Sundstrom: fixed the usage of B_UTF8_ELLIPSIS hopefully

everywhere in the tree.
* Added the ellipsis to "About Haiku" in Deskbar as well.
* Minor cleanup of Deskbar's StatusView.cpp


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21156 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-05-16 16:34:09 +00:00
parent da7c734d5c
commit 66eba86f4b
27 changed files with 182 additions and 170 deletions
+1 -1
View File
@@ -593,7 +593,7 @@ BDragger::_BuildDefaultPopUp()
msg->AddString("target", name);
char about[B_OS_NAME_LENGTH];
snprintf(about, B_OS_NAME_LENGTH, "About %s", name);
snprintf(about, B_OS_NAME_LENGTH, "About %s" B_UTF8_ELLIPSIS, name);
fPopUp->AddItem(new BMenuItem(about, msg));
fPopUp->AddSeparatorItem();