[shotwell] Remove old artists
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Remove old artists
- Date: Sun, 23 Sep 2018 10:15:18 +0000 (UTC)
commit 3bbe72fc7db3ecb449056f3bdede8d49278683d4
Author: Jens Georg <mail jensge org>
Date: Sun Sep 23 12:14:18 2018 +0200
Remove old artists
src/AppWindow.vala | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/AppWindow.vala b/src/AppWindow.vala
index a9b3ceba..6b0868e5 100644
--- a/src/AppWindow.vala
+++ b/src/AppWindow.vala
@@ -592,7 +592,6 @@ public abstract class AppWindow : PageWindow {
public abstract string get_app_role();
protected void on_about() {
- const string[] artists = { "Braunschweiger Löwe created by Magnus Manske., CC BY-SA 3.0,
https://commons.wikimedia.org/w/index.php?curid=109735", null };
Gtk.show_about_dialog(this,
"version", Resources.APP_VERSION + (Resources.GIT_VERSION != "" ? " — " + Resources.GIT_VERSION
: ""),
"comments", get_app_role(),
@@ -602,7 +601,6 @@ public abstract class AppWindow : PageWindow {
"website-label", _("Visit the Shotwell web site"),
"authors", Resources.AUTHORS,
"logo", Resources.get_icon(Resources.ICON_ABOUT_LOGO, -1),
- "artists", artists,
"translator-credits", _("translator-credits"),
null
);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]