Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
fix lower case omicron
Browse files Browse the repository at this point in the history
  • Loading branch information
zasdfgbnm committed Nov 16, 2012
1 parent 5742a6b commit 2c41175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FMEUnits/FMESvgChars/FMESvgChar_omicron.as
Expand Up @@ -8,7 +8,7 @@ package FMEUnits.FMESvgChars
public var svg:Class;
public function FMESvgChar_omicron(who:FMEContainer)
{
super(who,3.34556,3.34556,0,0,svg,22.681,"\\omicron");
super(who,3.34556,3.34556,0,0,svg,22.681,"o");
}
}
}

0 comments on commit 2c41175

Please sign in to comment.