Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wizard: fix logo path and remove space in markdown
  • Loading branch information
Mark Clarkstone authored and perexg committed Apr 3, 2016
1 parent fd8807f commit 70a8e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wizard.c
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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\
Expand Down

0 comments on commit 70a8e8b

Please sign in to comment.