mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-05-24 04:57:08 -05:00
Merge pull request #16 from VanNostrand/smallfix
Changed sets.xml URL due to w32-qt ssl problem
This commit is contained in:
commit
d462870ea2
|
|
@ -19,7 +19,7 @@
|
|||
#include "window_main.h"
|
||||
#include "oracleimporter.h"
|
||||
|
||||
const QString WindowMain::defaultSetsUrl = QString("https://raw.github.com/Daenyth/Cockatrice/master/doc/sets.xml");
|
||||
const QString WindowMain::defaultSetsUrl = QString("http://www.woogerworks.com/files/sets.xml");
|
||||
|
||||
WindowMain::WindowMain(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user