summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-12-11 16:33:39 +0100
committerAl12rs <gabriel.cortesi@outlook.com>2018-12-11 16:33:39 +0100
commitc486220d20c2cea78beab12317c5493c720304a3 (patch)
treef5e0d52f9b9cea07ce10f6edccfda41b650002a9 /src/mainwindow.cpp
parent0af33ccddf1962ff7ba72edda3d0aef660914a3c (diff)
Updated translations and removed an excessive separator from previous commit.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
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);
}