View | Details | Raw Unified | Return to bug 192783 | Differences between
and this patch

Collapse All | Expand All

(-)main.cpp (+2 lines)
Lines 16-21 Link Here
16
16
17
int main(int argc, char** argv)
17
int main(int argc, char** argv)
18
{
18
{
19
    // We need to set the locale to get the input encoded in UTF-8
20
    setlocale (LC_ALL, "");
19
	LoginApp = new App(argc, argv);
21
	LoginApp = new App(argc, argv);
20
	LoginApp->Run();
22
	LoginApp->Run();
21
	return 0;
23
	return 0;

Return to bug 192783