Commit 88368fb1 authored by claes's avatar claes

Time format set to en_US

parent 3377980f
/* /*
* Proview $Id: rt_xtt_gtk.cpp,v 1.13 2008-05-13 13:59:02 claes Exp $ * Proview $Id: rt_xtt_gtk.cpp,v 1.14 2008-06-03 06:12:43 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
...@@ -472,6 +472,8 @@ int main( int argc, char *argv[]) ...@@ -472,6 +472,8 @@ int main( int argc, char *argv[])
gtk_init( &argc, &argv); gtk_init( &argc, &argv);
setlocale( LC_TIME, "en_US");
new XttGtk( argc, argv, &sts); new XttGtk( argc, argv, &sts);
exit(sts); exit(sts);
} }
......
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