]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/engineer.cpp
Convert designer to use mspgbase instead of sdl
[r2c2.git] / source / engineer / engineer.cpp
index 0d4f7291745473c8785141d9231edc69e7ff670a..ea87df659d7e3a7b33ccff8ed519a866295cd993 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <cmath>
 #include <limits>
 #include <GL/gl.h>
@@ -155,7 +162,7 @@ int Engineer::main()
        glEnable(GL_BLEND);
        glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
 
-       DataFile::load(ui_res, "engineer.res");
+       DataFile::load(ui_res, "marklin.res");
        root=new GLtk::Root(ui_res, *wnd);
        root->set_visible(true);