]> git.tdb.fi Git - libs/gltk.git/blobdiff - helloworld.cpp
Rename the basic skin to encourage reusability
[libs/gltk.git] / helloworld.cpp
index 95e5f598e077802fd215b4b03dac03e991795c1d..b7fa6eed4690d5a8b42ea65568bc5b06ea8aa313 100644 (file)
@@ -64,7 +64,7 @@ HelloWorld::HelloWorld(int, char **):
        wnd.signal_close.connect(sigc::bind(sigc::mem_fun(this, &HelloWorld::exit), 0));
 
        // Load resources.  This must be done before any widgets are created.
-       DataFile::load(res, "helloworld.gui");
+       DataFile::load(res, "basic.skin");
 
        // A Root receives input from a Graphics::Window and passes it on
        root=new GLtk::Root(res, wnd);