themeeditor: Fix download URL for targetdb.
We're not using svn anymore since long. Change-Id: I408b1c59dfaafe1e403b0fa49b912862b68c72f8
This commit is contained in:
parent
3ff7dc75a1
commit
ff38666a19
1 changed files with 3 additions and 2 deletions
|
@ -49,8 +49,9 @@ TargetDownloader::TargetDownloader(QWidget *parent, QString path) :
|
|||
ui->label->setText(tr("Downloading targetdb"));
|
||||
|
||||
QNetworkRequest request;
|
||||
request.setUrl(QUrl("http://svn.rockbox.org/viewvc.cgi/trunk/utils/"
|
||||
"themeeditor/resources/targetdb"));
|
||||
request.setUrl(
|
||||
QUrl("https://git.rockbox.org/cgit/rockbox.git/plain/"
|
||||
"utils/themeeditor/resources/targetdb"));
|
||||
request.setRawHeader("User-Agent", "Rockbox Theme Editor");
|
||||
|
||||
reply = manager->get(request);
|
||||
|
|
Loading…
Reference in a new issue