aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/label.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-07-19 17:00:46 -0300
committerJuan Linietsky2017-07-19 17:06:03 -0300
commit25678b1876816b9ccb14b2c92aef62f3b009f88f (patch)
tree189f082d788f78e16f620b056d21249118883fc5 /scene/gui/label.cpp
parent89588d43349e496a9e05756d42ae87323d31269e (diff)
downloadgodot-25678b1876816b9ccb14b2c92aef62f3b009f88f.tar.gz
godot-25678b1876816b9ccb14b2c92aef62f3b009f88f.tar.zst
godot-25678b1876816b9ccb14b2c92aef62f3b009f88f.zip
Diffstat (limited to 'scene/gui/label.cpp')
-rw-r--r--scene/gui/label.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/label.cpp b/scene/gui/label.cpp
index f02e01d85..159d81eb0 100644
--- a/scene/gui/label.cpp
+++ b/scene/gui/label.cpp
@@ -28,7 +28,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#include "label.h"
-#include "global_config.h"
+#include "project_settings.h"
#include "print_string.h"
#include "translation.h"