diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-25 20:40:34 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-25 20:40:34 +0000 |
| commit | 29dadf52f1c217ddee7ef9e0873cb4e12797318b (patch) | |
| tree | 6a56923ae608f114b93cfcf67b668fba3de34245 /src/mainwindow.cpp | |
| parent | 38c5899fef2f21561a00bd5b1df3eff8577ec986 (diff) | |
Forgot to remove the redundant member
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index f3ffdf6c..2d90d5b8 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3814,7 +3814,7 @@ void MainWindow::on_actionEndorseMO_triggered() if (QMessageBox::question(this, tr("Endorse Mod Organizer"),
tr("Do you want to endorse Mod Organizer on %1 now?").arg(ToQString(GameInfo::instance().getNexusPage())),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) {
- //Why pass an empty variant of we're toggling an endorsement?
+ //Why pass an empty variant if we're toggling an endorsement?
NexusInterface::instance()->requestToggleEndorsement(
m_OrganizerCore.managedGame()->getNexusModOrganizerID(), true, this, QVariant(), "");
}
|
