From: Mark Clarkstone Date: Sun, 3 Apr 2016 14:37:50 +0000 (+0100) Subject: wizard: fix logo path and remove space in markdown X-Git-Tag: v4.2.1~750 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70a8e8b79d49bb5221e3c2bcfc7e522fa1f54032;p=thirdparty%2Ftvheadend.git wizard: fix logo path and remove space in markdown --- diff --git a/src/wizard.c b/src/wizard.c index a9c3f35ca..6fa46d654 100644 --- a/src/wizard.c +++ b/src/wizard.c @@ -41,7 +41,7 @@ static const void *empty_get(void *o) static const void *icon_get(void *o) { - strcpy(prop_sbuf, "docresources/tvheadendlogo.png"); + strcpy(prop_sbuf, "static/img/logobig.png"); return &prop_sbuf_ptr; } @@ -172,7 +172,7 @@ you're not willing to touch the current configuration, as continuing in \ such cases can lead to misconfiguration and not all changes made thru \ this wizard will take effect.**\n\ \ -\n\n**Notes**:\n \ +\n\n**Notes**:\n\ * If you cannot see your preferred language in the language list and would \ like to help translate Tvheadend see \ [here](https://tvheadend.org/projects/tvheadend/wiki/Internationalization).\n\