summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl/gpucfg/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/peopsxgl/gpucfg/main.c')
-rw-r--r--plugins/peopsxgl/gpucfg/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/peopsxgl/gpucfg/main.c b/plugins/peopsxgl/gpucfg/main.c
index af93df17..199160c2 100644
--- a/plugins/peopsxgl/gpucfg/main.c
+++ b/plugins/peopsxgl/gpucfg/main.c
@@ -32,7 +32,7 @@ int main (int argc, char *argv[])
wndMain = gtk_builder_new();
gtk_builder_set_translation_domain(wndMain, PACKAGE_NAME);
- if (!gtk_builder_add_from_file (wndMain, DATADIR "gpucfg-newstyle2.glade", &error))
+ if (!gtk_builder_add_from_file (wndMain, DATADIR "peopsxgl.ui", &error))
{
g_warning ("Couldn't load builder file: %s", error->message);
g_error_free (error);