فهرست منبع

wxGUI: class name fixed, update https://trac.osgeo.org/grass/changeset/32366

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32367 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 سال پیش
والد
کامیت
c6ad0d8cab
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      gui/wxpython/gui_modules/gcmd.py

+ 2 - 2
gui/wxpython/gui_modules/gcmd.py

@@ -327,8 +327,8 @@ class Command:
         #
         # create command thread
         #
-        self.cmdThread = RunCommand(cmd, stdin,
-                                    stdout, stderr)
+        self.cmdThread = CommandThread(cmd, stdin,
+                                       stdout, stderr)
         self.cmdThread.start()
         
         if wait: