diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-12-11 16:33:39 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-12-11 16:33:39 +0100 |
| commit | c486220d20c2cea78beab12317c5493c720304a3 (patch) | |
| tree | f5e0d52f9b9cea07ce10f6edccfda41b650002a9 /src/mainwindow.cpp | |
| parent | 0af33ccddf1962ff7ba72edda3d0aef660914a3c (diff) | |
Updated translations and removed an excessive separator from previous commit.
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 55ffedc0..b06eb44d 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -5238,7 +5238,6 @@ void MainWindow::on_espList_customContextMenuRequested(const QPoint &pos) std::vector<ModInfo::EFlag> flags = modInfo->getFlags();
if (std::find(flags.begin(), flags.end(), ModInfo::FLAG_FOREIGN) == flags.end()) {
- menu.addSeparator();
QAction *infoAction = menu.addAction(tr("Open Origin Info..."), this, SLOT(openOriginInformation_clicked()));
menu.setDefaultAction(infoAction);
}
|
