Commit 2eda9bb4 authored by Christophe Mutricy's avatar Christophe Mutricy

Sync debian patch with string review

parent a48f5f17
......@@ -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