Commit c849535f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Same as previous commit (refs #581)

parent 4ba34e14
...@@ -322,7 +322,6 @@ static void Init( intf_thread_t *p_intf ) ...@@ -322,7 +322,6 @@ static void Init( intf_thread_t *p_intf )
#else #else
wxEntry( i_args, p_args ); wxEntry( i_args, p_args );
#endif #endif
setlocale( LC_NUMERIC, "C" );
} }
/* following functions are local */ /* following functions are local */
...@@ -354,7 +353,6 @@ bool Instance::OnInit() ...@@ -354,7 +353,6 @@ bool Instance::OnInit()
* Usefull for things we don't have any control over, like wxWidgets * Usefull for things we don't have any control over, like wxWidgets
* provided facilities (eg. open file dialog) */ * provided facilities (eg. open file dialog) */
locale.Init( wxLANGUAGE_DEFAULT, wxLOCALE_LOAD_DEFAULT ); locale.Init( wxLANGUAGE_DEFAULT, wxLOCALE_LOAD_DEFAULT );
setlocale( LC_NUMERIC, "C" );
/* Load saved window settings */ /* Load saved window settings */
p_intf->p_sys->p_window_settings = new WindowSettings( p_intf ); p_intf->p_sys->p_window_settings = new WindowSettings( p_intf );
......
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