gtk-demo: Fix the path to demo sources for the win32 build

This commit is contained in:
Kalev Lember 2011-08-14 15:14:14 +03:00
parent c3e0a0035e
commit d86c1486ba

View File

@ -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;