aldeck + stippi:
* Improved the naming of the menu entry that removes a replicant from a shelf to be less frightning. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28177 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
11c5023a77
commit
21f11263f6
@ -648,7 +648,8 @@ BDragger::_BuildDefaultPopUp()
|
||||
|
||||
fPopUp->AddItem(new BMenuItem(about, msg));
|
||||
fPopUp->AddSeparatorItem();
|
||||
fPopUp->AddItem(new BMenuItem("Delete", new BMessage(kDeleteReplicant)));
|
||||
fPopUp->AddItem(new BMenuItem("Remove Replicant",
|
||||
new BMessage(kDeleteReplicant)));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user