diff options
author | David Robillard <d@drobilla.net> | 2007-04-06 03:35:03 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-04-06 03:35:03 +0000 |
commit | 493dff51350d6154d424621c7c23daff38b7d6e9 (patch) | |
tree | 1905b5e375bd80e53b4a30d2b6f3244a7c53233b /src/patchage.glade | |
parent | 41b8124de7d585393c4c6d217a30a086b082b57a (diff) | |
download | patchage-493dff51350d6154d424621c7c23daff38b7d6e9.tar.gz patchage-493dff51350d6154d424621c7c23daff38b7d6e9.tar.bz2 patchage-493dff51350d6154d424621c7c23daff38b7d6e9.zip |
Icon fixes.
git-svn-id: http://svn.drobilla.net/lad/patchage@402 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/patchage.glade')
-rw-r--r-- | src/patchage.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/patchage.glade b/src/patchage.glade index 71496ff..dcbb5a4 100644 --- a/src/patchage.glade +++ b/src/patchage.glade @@ -13,7 +13,7 @@ <property name="default_height">480</property> <property name="resizable">True</property> <property name="destroy_with_parent">False</property> - <property name="icon">patchage-icon.svg</property> + <property name="icon">patchage.svg</property> <property name="decorated">True</property> <property name="skip_taskbar_hint">False</property> <property name="skip_pager_hint">False</property> @@ -1066,7 +1066,7 @@ along with Patchage; if not, write to the Free Software Foundation, Inc., <property name="website">http://drobilla.net/software/patchage</property> <property name="authors">Dave Robillard <dave@drobilla.net></property> <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property> - <property name="logo">patchage-icon.svg</property> + <property name="logo">patchage.svg</property> </widget> <widget class="GtkDialog" id="jack_settings_win"> @@ -1081,7 +1081,7 @@ along with Patchage; if not, write to the Free Software Foundation, Inc., <property name="default_height">200</property> <property name="resizable">True</property> <property name="destroy_with_parent">True</property> - <property name="icon">patchage-icon.svg</property> + <property name="icon">patchage.svg</property> <property name="decorated">True</property> <property name="skip_taskbar_hint">False</property> <property name="skip_pager_hint">False</property> |