Qt "Get" -> "Pick up"

Both the toolbar button for pick up and the action menu entry for
pick up were labeled "Get".  That's confusing for an experienced
player who is looking for "Pick up".  Rename both of them.

Also, consolidate repetitive code used to set up toolbar buttons.
This commit is contained in:
PatR
2020-10-13 14:05:52 -07:00
parent 267228d0dd
commit 7011b10f64
3 changed files with 55 additions and 49 deletions
+2
View File
@@ -77,6 +77,8 @@ private slots:
private:
void ShowIfReady();
void AddToolButton(QToolBar *toolbar, QSignalMapper *sm,
const char *name, int NDECL((*func)), QPixmap xpm);
#ifdef KDE
KMenuBar* menubar;