diff options
| author | LePresidente <brian.alexander.munro@gmail.com> | 2018-03-22 09:41:35 +0200 |
|---|---|---|
| committer | LePresidente <brian.alexander.munro@gmail.com> | 2018-03-22 09:41:35 +0200 |
| commit | ba0a1bd50191fb6387489c6562a2e1fe8e0451d0 (patch) | |
| tree | f56f35847a6df69bddb69ed5f748372bcc25ff4c | |
| parent | 2d2a2b8b74488004184e8c60615a47ef8e159b9c (diff) | |
Updater and Issue reports now point to Modorganizer2/modorganizer
| -rw-r--r-- | src/mainwindow.cpp | 17 | ||||
| -rw-r--r-- | src/selfupdater.cpp | 2 |
2 files changed, 9 insertions, 10 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index e5eacc41..a79e42ba 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1886,7 +1886,7 @@ void MainWindow::wikiTriggered() void MainWindow::issueTriggered()
{
- ::ShellExecuteW(nullptr, L"open", L"http://github.com/LePresidente/modorganizer/issues", nullptr, nullptr, SW_SHOWNORMAL);
+ ::ShellExecuteW(nullptr, L"open", L"http://github.com/Modorganizer2/modorganizer/issues", nullptr, nullptr, SW_SHOWNORMAL);
}
void MainWindow::tutorialTriggered()
@@ -3036,7 +3036,7 @@ void MainWindow::openInstanceFolder() }
void MainWindow::openLogsFolder()
-{
+{
QString logsPath = qApp->property("dataPath").toString() + "/" + QString::fromStdWString(AppConfig::logPath());
::ShellExecuteW(nullptr, L"explore", ToWString(logsPath).c_str(), nullptr, nullptr, SW_SHOWNORMAL);
}
@@ -3237,7 +3237,7 @@ static void addMenuAsPushButton(QMenu *menu, QMenu *subMenu) }
QMenu *MainWindow::openFolderMenu()
-{
+{
QMenu *FolderMenu = new QMenu(this);
@@ -3261,11 +3261,11 @@ QMenu *MainWindow::openFolderMenu() -
-
-
+
+
+
return FolderMenu;
@@ -3950,7 +3950,7 @@ void MainWindow::previewDataFile() fileName = fileName.mid(offset + 1);
}
-
+
const FileEntry::Ptr file = m_OrganizerCore.directoryStructure()->searchFile(ToWString(fileName), nullptr);
@@ -4666,7 +4666,7 @@ void MainWindow::on_bossButton_clicked() dialog.show();
QString outPath = QDir::temp().absoluteFilePath("lootreport.json");
-
+
QStringList parameters;
parameters << "--game" << m_OrganizerCore.managedGame()->gameShortName()
<< "--gamePath" << QString("\"%1\"").arg(m_OrganizerCore.managedGame()->gameDirectory().absolutePath())
@@ -5076,4 +5076,3 @@ void MainWindow::on_clearFiltersButton_clicked() {
deselectFilters();
}
-
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp index 273e9b45..8f962ba4 100644 --- a/src/selfupdater.cpp +++ b/src/selfupdater.cpp @@ -125,7 +125,7 @@ void SelfUpdater::testForUpdate() // TODO: if prereleases are disabled we could just request the latest release
// directly
try {
- m_GitHub.releases(GitHub::Repository("LePresidente", "modorganizer"),
+ m_GitHub.releases(GitHub::Repository("Modorganizer2", "modorganizer"),
[this](const QJsonArray &releases) {
QJsonObject newest;
for (const QJsonValue &releaseVal : releases) {
|
