string update
This commit is contained in:
parent
2f4ae7a5c3
commit
a86eab43ff
6 changed files with 320 additions and 204 deletions
|
|
@ -198,11 +198,11 @@ void SnapmaticWidget::contextMenuEvent(QContextMenuEvent *ev)
|
|||
QMenu editMenu(tr("Edi&t"), this);
|
||||
if (isHidden())
|
||||
{
|
||||
editMenu.addAction(tr("Enable &In-game"), this, SLOT(makePictureVisibleSlot()));
|
||||
editMenu.addAction(tr("Show &In-game"), this, SLOT(makePictureVisibleSlot()));
|
||||
}
|
||||
else
|
||||
{
|
||||
editMenu.addAction(tr("Disable &In-game"), this, SLOT(makePictureHiddenSlot()));
|
||||
editMenu.addAction(tr("Hide &In-game"), this, SLOT(makePictureHiddenSlot()));
|
||||
}
|
||||
QMenu exportMenu(tr("&Export"), this);
|
||||
exportMenu.addAction(tr("Export as &JPG picture..."), this, SLOT(on_cmdExport_clicked()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue