summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-06-08 09:27:25 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-06-08 09:27:25 +0000
commit5f868fa161d5827e45a060a0b17b44a997625315 (patch)
tree1694ae3dfcb0189abdf098edbf6dae0bf2a18e4d /data
parentc7eb23ccf1813fb4ca47c309c40baff308151237 (diff)
downloadpcsxr-5f868fa161d5827e45a060a0b17b44a997625315.tar.gz
Rebranding.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am8
-rw-r--r--data/pcsxr.desktop (renamed from data/pcsx.desktop)6
-rw-r--r--data/pcsxr.glade2 (renamed from data/pcsx.glade2)12
3 files changed, 13 insertions, 13 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 99303203..e2b3ef55 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,7 +1,7 @@
-glade_DATA = pcsx.glade2
-gladedir = $(datadir)/pcsx
+glade_DATA = pcsxr.glade2
+gladedir = $(datadir)/pcsxr
desktopdir = $(datadir)/applications
-desktop_DATA = pcsx.desktop
+desktop_DATA = pcsxr.desktop
-EXTRA_DIST = $(glade_DATA) pcsx.desktop
+EXTRA_DIST = $(glade_DATA) pcsxr.desktop
diff --git a/data/pcsx.desktop b/data/pcsxr.desktop
index 4058a2f7..2e6a9a7c 100644
--- a/data/pcsx.desktop
+++ b/data/pcsxr.desktop
@@ -2,7 +2,7 @@
Version=1.0
Encoding=UTF-8
Type=Application
-Name=PCSX
+Name=PCSXR
GenericName=PlayStation Emulator
GenericName[ru_RU]=Эмулятор PlayStation
GenericName[zh_CN]=PlayStation 模拟器
@@ -11,6 +11,6 @@ Comment=Sony PlayStation emulator
Comment[ru_RU]=Эмулятор Sony PlayStation
Comment[zh_CN]=Sony PlayStation 模拟器
Comment[zh_TW]=Sony PlayStation 模擬器
-Exec=pcsx
-Icon=pcsx-icon
+Exec=pcsxr
+Icon=pcsxr-icon
Categories=Game;
diff --git a/data/pcsx.glade2 b/data/pcsxr.glade2
index 9f29d7c3..0769a149 100644
--- a/data/pcsx.glade2
+++ b/data/pcsxr.glade2
@@ -4,10 +4,10 @@
<!-- interface-naming-policy project-wide -->
<widget class="GtkWindow" id="MainWindow">
<property name="visible">True</property>
- <property name="title" translatable="yes">PCSX</property>
+ <property name="title" translatable="yes">PCSXR</property>
<property name="resizable">False</property>
<property name="window_position">center</property>
- <property name="icon_name">pcsx-icon.png</property>
+ <property name="icon_name">pcsxr-icon.png</property>
<signal name="destroy" handler="OnDestroy"/>
<child>
<widget class="GtkVBox" id="vbox18">
@@ -641,8 +641,8 @@
<child>
<widget class="GtkMenu" id="help1_menu">
<child>
- <widget class="GtkImageMenuItem" id="about_pcsx1">
- <property name="label" translatable="yes">_About PCSX...</property>
+ <widget class="GtkImageMenuItem" id="about_pcsxr1">
+ <property name="label" translatable="yes">_About PCSXR...</property>
<property name="visible">True</property>
<property name="use_underline">True</property>
<property name="use_stock">False</property>
@@ -818,7 +818,7 @@
<property name="width_request">354</property>
<property name="height_request">174</property>
<property name="visible">True</property>
- <property name="pixbuf">pcsx.jpg</property>
+ <property name="pixbuf">pcsxr.jpg</property>
</widget>
<packing>
<property name="position">2</property>
@@ -840,7 +840,7 @@
</widget>
<widget class="GtkDialog" id="ConfDlg">
<property name="visible">True</property>
- <property name="title" translatable="yes">Configure PCSX</property>
+ <property name="title" translatable="yes">Configure PCSXR</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>