mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Fixed last companion9x strings. Getting very close.
This commit is contained in:
parent
57718d0100
commit
a646e240fb
5 changed files with 4 additions and 4 deletions
|
@ -1495,7 +1495,7 @@ void MainWindow::logFile()
|
|||
|
||||
void MainWindow::about()
|
||||
{
|
||||
QString aboutStr = "<center><img src=\":/images/companion9x-title.png\"></center><br>";
|
||||
QString aboutStr = "<center><img src=\":/images/companion-title.png\"></center><br>";
|
||||
aboutStr.append("OpenTX Home Page: <a href='http://opentx.github.io'>http://open-tx.org</a><br><br>");
|
||||
aboutStr.append(tr("The Companion project was originally forked from eePe")+QString(" <a href='http://code.google.com/p/eepe'>http://code.google.com/p/eepe</a><br/><br/>"));
|
||||
aboutStr.append(tr("If you've found this program useful, please support by"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue