Explorar o código

Added file editor option to reset working directory

Kolja Strohm %!s(int64=5) %!d(string=hai) anos
pai
achega
32f4652548
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      EditorServer/DateienEditor.cpp

+ 4 - 0
EditorServer/DateienEditor.cpp

@@ -1066,6 +1066,10 @@ bool DateienEditor::prozessMessage( SKlient *zKlient )
         delete[] name;
         return 1;
     }
+    case 0x11: // reset work path
+        workPfad = "";
+        zKlient->sendeEncrypted( "\1", 1 );
+        return 1;
     default:
         fehler = "Unbekannte Nachricht. Eventuell ist der Client nicht auf dem neusten Stand.";
     }