]> git.sesse.net Git - vlc/commitdiff
fix again
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 1 Apr 2006 23:06:11 +0000 (23:06 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 1 Apr 2006 23:06:11 +0000 (23:06 +0000)
debian/patches/20_no-wx-updates.dpatch

index 084d3430bcc10b8949a8cc4c3ad37adc198344a3..97bc03ebda058d51bdf90286f35f28869f0e95c5 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();