]> git.vomp.tv Git - vompclient.git/commitdiff
Fix bug regarding advanced menu option, reported by kowovomp
authorMarten Richter <marten.richter@freenet.de>
Mon, 15 Jan 2018 07:14:55 +0000 (08:14 +0100)
committerMarten Richter <marten.richter@freenet.de>
Mon, 15 Jan 2018 07:14:55 +0000 (08:14 +0100)
vopts.cc

index 66bb4b0768a57580e029c8e3b6d779be231f55cb..7498e58aeb2f39e2623c08221f99dcc3f01445d9 100644 (file)
--- a/vopts.cc
+++ b/vopts.cc
@@ -273,7 +273,7 @@ VOpts::VOpts()
    }
 
 #ifdef ADVANCED_MENUES
-  option = new Option(19, "Advanced Menu", "General", "Menu type",Option::TYPE_TEXT, 2, 0, 0, options19);
+  option = new Option(19, "Advanced Menu", "Advanced", "Menu type",Option::TYPE_TEXT, 2, 0, 0, options19);
   options.push_back(option);
   wop->addOptionLine(option);
 #endif