]> git.mxchange.org Git - flightgear.git/commitdiff
Canvas: update for 'file'->'src' rename
authorThomas Geymayer <tomgey@gmail.com>
Thu, 20 Mar 2014 10:43:12 +0000 (11:43 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Thu, 20 Mar 2014 10:43:12 +0000 (11:43 +0100)
src/Canvas/window.cxx

index 012915faf80bbee9d5917093b3ee212b53d3b18f..83c8309cbfe44d77cfc341b0a8a00322876d230b 100644 (file)
@@ -297,7 +297,7 @@ namespace canvas
 
     _image_shadow = _canvas_decoration->getRootGroup()
                                       ->getOrCreateChild<sc::Image>("shadow");
-    _image_shadow->set<std::string>("file", "gui/images/shadow.png");
+    _image_shadow->set<std::string>("src", "gui/images/shadow.png");
     _image_shadow->set<float>("slice", 7);
     _image_shadow->set<std::string>("fill", "#000000");
     _image_shadow->set<float>("slice-width", slice_width);