Browse Source

Remove double quotes inside string definition in UndoManagerpushCompound

Lukas Joergensen 6 years ago
parent
commit
6dae9981b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/util/undo.cpp

+ 1 - 1
Engine/source/util/undo.cpp

@@ -565,7 +565,7 @@ DefineEngineMethod(UndoManager, getNextRedoName, const char *, (),, "UndoManager
 
 
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------
 
 
-DefineEngineMethod( UndoManager, pushCompound, const char*, ( String name ), ("\"\""), "( string name=\"\" ) - Push a CompoundUndoAction onto the compound stack for assembly." )
+DefineEngineMethod( UndoManager, pushCompound, const char*, ( String name ), (""), "( string name=\"\" ) - Push a CompoundUndoAction onto the compound stack for assembly." )
 {
 {
       
       
    CompoundUndoAction* action = object->pushCompound( name );
    CompoundUndoAction* action = object->pushCompound( name );