Skip to content

Commit

Permalink
gschem: Do not display freestyle colors as 'Unknown'.
Browse files Browse the repository at this point in the history
  • Loading branch information
graahnul-grom committed Mar 31, 2017
1 parent 16096ee commit 8ef9280
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gschem/src/x_colorcb.c
Expand Up @@ -112,6 +112,10 @@ get_color_name (int index)
case STROKE_COLOR: return _("Stroke");
case LOCK_COLOR: return _("Lock");
case OUTPUT_BACKGROUND_COLOR: return _("Output background");
case FREESTYLE1_COLOR: return _("Freestyle 1");
case FREESTYLE2_COLOR: return _("Freestyle 2");
case FREESTYLE3_COLOR: return _("Freestyle 3");
case FREESTYLE4_COLOR: return _("Freestyle 4");
case JUNCTION_COLOR: return _("Net junction");
case MESH_GRID_MAJOR_COLOR: return _("Mesh grid major");
case MESH_GRID_MINOR_COLOR: return _("Mesh grid minor");
Expand Down

0 comments on commit 8ef9280

Please sign in to comment.