diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-30 03:31:55 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-30 03:31:55 +0000 |
| commit | b697f2a8b4100865f6fa2c28faacd8b96f6c7880 (patch) | |
| tree | 759d221628e8445b085325cb52742fe8a999ab98 /plugins | |
| parent | 4731f0049c58e98e286d1b9fb349b07b37ecb930 (diff) | |
| download | pcsxr-b697f2a8b4100865f6fa2c28faacd8b96f6c7880.tar.gz | |
intltoolize. (for gtkbuilder)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61593 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/peopsxgl/Makefile.am | 2 | ||||
| -rw-r--r-- | plugins/peopsxgl/gpucfg/main.c | 2 | ||||
| -rw-r--r-- | plugins/peopsxgl/gpucfg/peopsxgl.ui (renamed from plugins/peopsxgl/gpucfg/gpucfg-newstyle2.glade) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/plugins/peopsxgl/Makefile.am b/plugins/peopsxgl/Makefile.am index 9875cbfe..f0bb949a 100644 --- a/plugins/peopsxgl/Makefile.am +++ b/plugins/peopsxgl/Makefile.am @@ -18,6 +18,6 @@ bin_PROGRAMS = cfgpeopsxgl cfgpeopsxgl_SOURCES = gpucfg/main.c cfgpeopsxgl_LDADD = $(GTK2_LIBS) -glade_DATA = gpucfg/gpucfg-newstyle2.glade +glade_DATA = gpucfg/peopsxgl.ui gladedir = $(datadir)/psemu/ #EXTRA_DIST = $(glade_DATA) 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); diff --git a/plugins/peopsxgl/gpucfg/gpucfg-newstyle2.glade b/plugins/peopsxgl/gpucfg/peopsxgl.ui index 538c08ce..538c08ce 100644 --- a/plugins/peopsxgl/gpucfg/gpucfg-newstyle2.glade +++ b/plugins/peopsxgl/gpucfg/peopsxgl.ui |
