summaryrefslogtreecommitdiffstats
path: root/src/libgui/object_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgui/object_view.cpp')
-rw-r--r--src/libgui/object_view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgui/object_view.cpp b/src/libgui/object_view.cpp
index fa5239d..1854b8a 100644
--- a/src/libgui/object_view.cpp
+++ b/src/libgui/object_view.cpp
@@ -123,7 +123,7 @@ bool DisassemblyEditor::open(const PURL::Url &url)
Device::Memory *memory = 0;
if ( _editor==0 ) {
- log(Log::LineType::Information, i18n("Disassembling hex file: %1").tqarg(_source.pretty()));
+ log(Log::LineType::Information, i18n("Disassembling hex file: %1").arg(_source.pretty()));
PURL::File file(_source, Main::compileLog());
if ( !file.openForRead() ) return false;
memory = _device.group().createMemory(_device);