66 log ("failed to create configuration file!\n"); |
66 log ("failed to create configuration file!\n"); |
67 } |
67 } |
68 |
68 |
69 LDPaths::initPaths(); |
69 LDPaths::initPaths(); |
70 initColors(); |
70 initColors(); |
71 loadLogoedStuds(); |
|
72 |
|
73 ForgeWindow* win = new ForgeWindow; |
71 ForgeWindow* win = new ForgeWindow; |
74 newFile(); |
72 newFile(); |
75 win->show(); |
73 win->show(); |
76 |
74 |
77 // If this is the first start, get the user to configuration. Especially point |
75 // If this is the first start, get the user to configuration. Especially point |