mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 00:42:48 +00:00
Update gui_context_menus.h (last one)
This commit is contained in:
parent
f52fb74f46
commit
87735091b0
@ -77,7 +77,7 @@ public:
|
|||||||
QMenu* copyMenu = new QMenu(tr("Copy info..."), widget);
|
QMenu* copyMenu = new QMenu(tr("Copy info..."), widget);
|
||||||
QAction* copyName = new QAction(tr("Copy Name"), widget);
|
QAction* copyName = new QAction(tr("Copy Name"), widget);
|
||||||
QAction* copySerial = new QAction(tr("Copy Serial"), widget);
|
QAction* copySerial = new QAction(tr("Copy Serial"), widget);
|
||||||
QAction* copyFirmware = new QAction(tr("Copy Version"), widget);
|
QAction* copyVersion = new QAction(tr("Copy Version"), widget);
|
||||||
QAction* copySize = new QAction(tr("Copy Size"), widget);
|
QAction* copySize = new QAction(tr("Copy Size"), widget);
|
||||||
QAction* copyNameAll = new QAction(tr("Copy All"), widget);
|
QAction* copyNameAll = new QAction(tr("Copy All"), widget);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user