浏览代码

Remove double quotes inside string definition in UndoManagerpushCompound

Lukas Joergensen 6 年之前
父节点
当前提交
6dae9981b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 );