mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-18 17:35:43 +00:00
Editor: Mark remaining undo command strings as translatable
Ensures that we're marking the remnant potential display strings properly.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#include "CEditLinkCommand.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
|
||||
CEditLinkCommand::CEditLinkCommand(CWorldEditor *pEditor, CLink *pLink, CLink NewLink)
|
||||
: IUndoCommand("Edit Link")
|
||||
: IUndoCommand(QCoreApplication::translate("CEditLinkCommand", "Edit Link"))
|
||||
, mpEditor(pEditor)
|
||||
, mpEditLink(pLink)
|
||||
, mOldLink(*pLink)
|
||||
|
||||
Reference in New Issue
Block a user