Commit 43c87e73 authored by diemer's avatar diemer

adapted GetClass() output to new naming

parent 396203ef
...@@ -115,7 +115,7 @@ public: ...@@ -115,7 +115,7 @@ public:
virtual wxString GetClass() const virtual wxString GetClass() const
{ {
return wxT( "DrawLabel" ); return wxT( "SCH_LABEL" );
} }
}; };
...@@ -131,7 +131,7 @@ public: ...@@ -131,7 +131,7 @@ public:
virtual wxString GetClass() const virtual wxString GetClass() const
{ {
return wxT( "DrawGlobalLabel" ); return wxT( "SCH_GLOBALLABEL" );
} }
...@@ -158,7 +158,7 @@ public: ...@@ -158,7 +158,7 @@ public:
virtual wxString GetClass() const virtual wxString GetClass() const
{ {
return wxT( "DrawHierLabel" ); return wxT( "SCH_HIERLABEL" );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment