From 5d1b5b7fafca87b2deb3ac7cbc97919cf7d73188 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Mon, 14 Oct 2013 20:12:25 +0200 Subject: gui: Fix raw command sending Signed-off-by: Michael Buesch --- toprammer-gui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toprammer-gui b/toprammer-gui index e564e69..f1ba839 100755 --- a/toprammer-gui +++ b/toprammer-gui @@ -2470,7 +2470,7 @@ class MainWindow(QMainWindow): "Send raw command to programmer", "Enter raw command to send, in " +\ "hex format (AABB1122...).\n" +\ - "Warning: The programmer will malfunction on invalid commands.", + "WARNING: The programmer will malfunction on invalid commands.", QLineEdit.Normal, self.previousRawCommand) if not ok: @@ -2493,7 +2493,7 @@ class MainWindow(QMainWindow): return self.runOperation(Operation(Operation.OP_RAWCOMMAND, HwThread.TASK_GENERICTOPCALL, - GenericTopCall("top.runCommandSync(...)", command))) + GenericTopCall("top.hw.runCommandSync(...)", command))) def loadBuffer(self): bufWidget = self.bufferTab.getCurrentBuffer() -- cgit v1.2.3