Skip to content

Commit

Permalink
Fix civil engineering icon spriting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Macke committed Jan 3, 2014
1 parent c3a248b commit 5fd74d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common.cs
Expand Up @@ -459,6 +459,9 @@ public string GetClassForObjectName (string name)
case "ciscotelephony":
shape4sheet = "Cisco";
break;
case "civil":
shape4sheet = "Civil";
break;
case "network":
shape4sheet = "Network";
break;
Expand Down

0 comments on commit 5fd74d2

Please sign in to comment.