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:
@@ -648,7 +648,8 @@ BDragger::_BuildDefaultPopUp()
|
|||||||
|
|
||||||
fPopUp->AddItem(new BMenuItem(about, msg));
|
fPopUp->AddItem(new BMenuItem(about, msg));
|
||||||
fPopUp->AddSeparatorItem();
|
fPopUp->AddSeparatorItem();
|
||||||
fPopUp->AddItem(new BMenuItem("Delete", new BMessage(kDeleteReplicant)));
|
fPopUp->AddItem(new BMenuItem("Remove Replicant",
|
||||||
|
new BMessage(kDeleteReplicant)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user