[gnome-sound-recorder] Add a logo to the about dialog
- From: Meg Ford (Margaret) <megford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder] Add a logo to the about dialog
- Date: Fri, 24 Jan 2014 01:52:10 +0000 (UTC)
commit 73e4426ebd1c2ce151668fe991885c85ecafe02d
Author: Yosef Or Boczko <yoseforb src gnome org>
Date: Fri Jan 24 01:20:58 2014 +0200
Add a logo to the about dialog
https://bugzilla.gnome.org/show_bug.cgi?id=722867
Signed-off-by: Meg Ford <meg387 gmail com>
src/main.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/main.js b/src/main.js
index cb467ee..12a5343 100644
--- a/src/main.js
+++ b/src/main.js
@@ -126,6 +126,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.version = '3.11.4';
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]