From b9eabca403b19b7d2c25eb3ca29a2128e21aaa3b Mon Sep 17 00:00:00 2001 From: hankhill19580 <hankhill19580@gmail.com> Date: Fri, 6 Nov 2020 16:59:30 +0000 Subject: [PATCH] use paste.png for the pastebin instead of pasteidk.png so in theory other pastebins could use it --- .../java/src/net/i2p/router/web/helpers/HomeHelper.java | 2 +- licenses/LICENSE-fontawesome.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java index cf2f9df17b..1add6d7ea4 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java @@ -73,7 +73,7 @@ public class HomeHelper extends HelperBase { _x("I2P FAQ") + S + _x("Frequently Asked Questions") + S + "http://i2p-projekt.i2p/faq" + S + I + "question.png" + S + _x("I2P Forum") + S + _x("Community forum") + S + "http://i2pforum.i2p/" + S + I + "group.png" + S + _x("Git Project Hosting") + S + _x("Community git project hosting") + S + "http://git.idk.i2p" + S + I + "i2pgit.png" + S + - _x("I2P Pastebin") + S + _x("Pastebin for I2P users") + S + "http://paste.idk.i2p" + S + I + "pasteidk.png" + S + + _x("I2P Pastebin") + S + _x("Pastebin for I2P users") + S + "http://paste.idk.i2p" + S + I + "paste.png" + S + //"git.repo.i2p" + S + _x("A public anonymous Git hosting site - supports pulling via Git and HTTP and pushing via SSH") + S + "http://git.repo.i2p/" + S + I + "git-logo.png" + S + //"hiddengate [ru]" + S + _x("Russian I2P-related wiki") + S + "http://hiddengate.i2p/" + S + I + "hglogo32.png" + S + //_x("I2P Wiki") + S + _x("Anonymous wiki - share the knowledge") + S + "http://i2pwiki.i2p/" + S + I + "i2pwiki_logo.png" + S + diff --git a/licenses/LICENSE-fontawesome.txt b/licenses/LICENSE-fontawesome.txt index ce1171064b..5ab305066b 100644 --- a/licenses/LICENSE-fontawesome.txt +++ b/licenses/LICENSE-fontawesome.txt @@ -470,7 +470,7 @@ reference. ./i2p.i2p/installer/themes/console/images/email.png ./i2p.i2p/installer/themes/console/images/eepsite.png ./i2p.i2p/installer/themes/console/images/i2pgit.png -./i2p.i2p/installer/themes/console/images/pasteidk.png +./i2p.i2p/installer/themes/console/images/paste.png ./i2p.i2p/installer/themes/console/images/cursor_zoom.png ./i2p.i2p/installer/themes/console/images/info/from_file.png ./i2p.i2p/installer/themes/console/images/info/reboot.png -- GitLab