Skip to content

Commit

Permalink
gtk-demo: Fix the path to demo sources for the win32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
kalev committed Aug 14, 2011
1 parent c3e0a00 commit d86c148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/gtk-demo/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ get_democodedir (void)
if (result == NULL)
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;
Expand Down

0 comments on commit d86c148

Please sign in to comment.