$OpenBSD: patch-src_mkvtoolnix-gui_main_window_main_window_cpp,v 1.1 2015/07/20 07:09:29 ajacoutot Exp $

GUI: use correct variable name

--- src/mkvtoolnix-gui/main_window/main_window.cpp.orig	Sun Jul 19 23:16:08 2015
+++ src/mkvtoolnix-gui/main_window/main_window.cpp	Sun Jul 19 23:16:33 2015
@@ -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
 }
 
