[gnome-sound-recorder] Sets the correct logo icon in the 'About' dialog



commit 6cfd55cbcac9a0e0b0916e9711639ad4c06b74cf
Author: Miguel Vaello Martínez <miguel vaellomartinez gmail com>
Date:   Thu Dec 31 19:47:21 2015 +0100

    Sets the correct logo icon in the 'About' dialog
    
    The 'About' dialog shows the default 'audio-input-microphone'
    instead the proper g-s-r icon 'gnome-sound-recorder'.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760032
    
    Signed-off-by: Meg Ford <megford gnome org>

 src/application.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 2ae5bda..55a2dad 100644
--- a/src/application.js
+++ b/src/application.js
@@ -159,7 +159,7 @@ const Application = new Lang.Class({
         aboutDialog.program_name = _("Sound Recorder");
         aboutDialog.copyright = 'Copyright ' + String.fromCharCode(0x00A9) + ' 2013' + 
String.fromCharCode(0x2013) + 'Meg Ford';
         aboutDialog.license_type = Gtk.License.GPL_2_0;
-        aboutDialog.logo_icon_name = 'audio-input-microphone';
+        aboutDialog.logo_icon_name = 'gnome-sound-recorder';
         aboutDialog.version = pkg.version;
         aboutDialog.website = 'http://live.gnome.org/GnomeSoundRecorder';
         aboutDialog.wrap_license = true;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]