]> git.sesse.net Git - vlc/blobdiff - debian/patches/20_no-wx-updates.dpatch
* : svn:keywords
[vlc] / debian / patches / 20_no-wx-updates.dpatch
index 97bc03ebda058d51bdf90286f35f28869f0e95c5..bc8ece2b8c0f5831089c7c66f08831de5eaadbb0 100755 (executable)
@@ -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();