forked from AuroraMiddleware/gtk
gtk-demo: Fix the path to demo sources for the win32 build
This commit is contained in:
parent
c3e0a0035e
commit
d86c1486ba
@ -45,7 +45,7 @@ get_democodedir (void)
|
|||||||
if (result == NULL)
|
if (result == NULL)
|
||||||
result = "unknown-location";
|
result = "unknown-location";
|
||||||
|
|
||||||
result = g_strconcat (result, "\\share\\gtk-2.0\\demo", NULL);
|
result = g_strconcat (result, "\\share\\gtk-3.0\\demo", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
Loading…
Reference in New Issue
Block a user