You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/mkvtoolnix/files/mkvtoolnix-8.2.0-fix-curl-s...

12 lines
447 B

--- a/src/mkvtoolnix-gui/main_window/main_window.cpp
+++ b/src/mkvtoolnix-gui/main_window/main_window.cpp
@@ -118,7 +118,7 @@ MainWindow::setupMenu() {
#if defined(HAVE_CURL_EASY_H)
connect(ui->actionHelpCheckForUpdates, &QAction::triggered, this, &MainWindow::checkForUpdates);
#else
- ui->actionGUICheckForUpdates->setVisible(false);
+ ui->actionHelpCheckForUpdates->setVisible(false);
#endif // HAVE_CURL_EASY_H
}