Commit 8b0a9973 authored by Christophe Mutricy's avatar Christophe Mutricy

fix again

parent 40bb567a
......@@ -30,9 +30,9 @@ exit 0
wxMenu *help_menu = new wxMenu;
help_menu->Append( About_Event, wxU(_("About...")) );
- help_menu->AppendSeparator();
- help_menu->Append( UpdateVLC_Event, wxU(_("Check for updates ...")) );
- help_menu->Append( UpdateVLC_Event, wxU(_("Check for updates...")) );
+// help_menu->AppendSeparator();
+// help_menu->Append( UpdateVLC_Event, wxU(_("Check for updates ...")) );
+// help_menu->Append( UpdateVLC_Event, wxU(_("Check for updates...")) );
/* Append the freshly created menus to the menu bar... */
wxMenuBar *menubar = new wxMenuBar();
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment