Commit b33872a3 authored by Sam Hocevar's avatar Sam Hocevar

* ./toolbox: made a few glade-generated strings non-translatable.

  * ./po/*: fixed spelling errors in pofiles.
parent 2c7a2e20
......@@ -315,9 +315,9 @@ create_familiar (void)
comboURL_items = g_list_append (comboURL_items, (gpointer) "ftp://");
comboURL_items = g_list_append (comboURL_items, (gpointer) "http://");
comboURL_items = g_list_append (comboURL_items, (gpointer) "udp://:1234");
comboURL_items = g_list_append (comboURL_items, (gpointer) _("udp6://:1234"));
comboURL_items = g_list_append (comboURL_items, (gpointer) "udp6://:1234");
comboURL_items = g_list_append (comboURL_items, (gpointer) "rtp://:1234");
comboURL_items = g_list_append (comboURL_items, (gpointer) _("rtp6://:1234"));
comboURL_items = g_list_append (comboURL_items, (gpointer) "rtp6://:1234");
gtk_combo_set_popdown_strings (GTK_COMBO (comboURL), comboURL_items);
g_list_free (comboURL_items);
......
......@@ -2,7 +2,7 @@
* wxwindows.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: wxwindows.cpp,v 1.10 2003/01/23 23:57:50 gbazin Exp $
* $Id: wxwindows.cpp,v 1.11 2003/01/28 20:02:03 sam Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
......@@ -85,6 +85,7 @@ vlc_module_begin();
set_callbacks( Open, Close );
add_shortcut( "wxwindows" );
add_shortcut( "wxwin" );
add_shortcut( "wx" );
set_program( "wxvlc" );
vlc_module_end();
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
#! /bin/sh
## toolbox for vlc, the VideoLAN Client
## $Id: toolbox,v 1.6 2003/01/28 17:11:38 sam Exp $
## $Id: toolbox,v 1.7 2003/01/28 20:02:03 sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
......@@ -334,7 +334,7 @@ then
EOF
sed -e 1,7d \
-e 's#_(\(".:..:.."\))#\1#' \
-e 's#_(\("[a-z]*://[^"]*"\))#\1#' \
-e 's#_(\("[a-z0-9]*://[^"]*"\))#\1#' \
-e 's#_("---")#"---"#' \
-e 's#_("--")#"--"#' \
-e 's#_("/dev/dvd")#"/dev/dvd"#' \
......
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