Commit 4116892e authored by claes's avatar claes

Local set to en_us even if -l sv_se is choosen

parent eefb77a4
/* /*
* Proview $Id: wb_gtk.cpp,v 1.5 2008-04-15 15:57:17 claes Exp $ * Proview $Id: wb_gtk.cpp,v 1.6 2008-04-16 12:20:36 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -149,6 +149,8 @@ WbGtk::WbGtk( int argc, char *argv[]) ...@@ -149,6 +149,8 @@ WbGtk::WbGtk( int argc, char *argv[])
exit(0); exit(0);
} }
Lng::set( argv[i+1]); Lng::set( argv[i+1]);
setlocale( LC_ALL, "en_US");
setlocale( LC_NUMERIC, "en_US");
i++; i++;
break; break;
case 'f': case 'f':
......
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