]> git.sesse.net Git - vlc/commitdiff
Sync debian patch with string review
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 3 Apr 2006 11:43:16 +0000 (11:43 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Mon, 3 Apr 2006 11:43:16 +0000 (11:43 +0000)
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();