Manual binding for KeyboardFocusManager
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / property-wrapper.rb
index 5e60919..8e76da6 100755 (executable)
@@ -180,7 +180,7 @@ end
 def writePropertiesToCSharpFile( daliClass )
 
    # open the CSharp file autogenerated by SWIG
-  swigFiles =  $daliSwigPath + "/csharp/"
+  swigFiles =  $daliSwigPath + "/automatic/csharp/"
 
   fileName =(swigFiles+daliClass.name) + ".cs"
 
@@ -219,7 +219,7 @@ end
 def writeChildPropertiesToCSharpFile( daliClass )
 
   # open the CSharp file autogenerated by SWIG
-  swigFiles =  $daliSwigPath + "/csharp/"
+  swigFiles =  $daliSwigPath + "/automatic/csharp/"
 
   # Add all the child properties to Control
   fileName = (swigFiles+"Control") + ".cs"