From c73f9e2632f9614bba748aed857e2a648126a963 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 20 Apr 2017 20:16:48 +0200 Subject: Change resource paths to be relative to the plugingui folder instead of the resources folder. Make rcgen run atomatically to re-generate resource_data.cc if one of the resource files changes. --- plugingui/filebrowser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/filebrowser.cc') diff --git a/plugingui/filebrowser.cc b/plugingui/filebrowser.cc index f10a75e..76a2744 100644 --- a/plugingui/filebrowser.cc +++ b/plugingui/filebrowser.cc @@ -57,7 +57,7 @@ FileBrowser::FileBrowser(Widget* parent) , listbox(this) , btn_sel(this) , btn_esc(this) - , back(":bg.png") + , back(":resources/bg.png") { #if DG_PLATFORM == DG_PLATFORM_WINDOWS above_root = false; -- cgit v1.2.3