From 28862e331171f36e29440d70b76879e37394567e Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Tue, 28 Dec 2004 18:24:37 +0000 Subject: [PATCH] move and update a comment --- src/tuxpaint.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index b62008371..5f3ac7e0e 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -13939,10 +13939,6 @@ static void parse_options(FILE * fi) debug(str); - /* Should "lang=" and "locale=" be here as well??? - Comments welcome ... bill@newbreedsoftware.com */ - - /* FIXME: This should be handled better! */ /* (e.g., complain on illegal lines, support comments, blanks, etc.) */ @@ -14125,6 +14121,8 @@ static void parse_options(FILE * fi) { simple_shapes = 1; } + // Should "locale=" be here as well??? + // Comments welcome ... bill@newbreedsoftware.com else if (strstr(str, "lang=") == str) { set_langstr(str + 5);