X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=helloworld.cpp;h=b7fa6eed4690d5a8b42ea65568bc5b06ea8aa313;hb=08aedc8b2a1fa5e47a79b212526138ae6244e61f;hp=95e5f598e077802fd215b4b03dac03e991795c1d;hpb=7fab31cbb378ff8cbd63afad62c6f3b1cb3fd33e;p=libs%2Fgltk.git diff --git a/helloworld.cpp b/helloworld.cpp index 95e5f59..b7fa6ee 100644 --- a/helloworld.cpp +++ b/helloworld.cpp @@ -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);