Changeset 2335b401194955e285fedcc8a4f1e018d4c499cb

Show
Ignore:
Timestamp:
27/04/04 16:57:37 (5 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1083077857 +0000
git-parent:

[29b89bb4c108afb93b926406c905c332e22348aa]

git-author:
Sam Hocevar <sam@videolan.org> 1083077857 +0000
Message:
  • Got rid of more "VideoLAN C*****" references.
  • include/vlc_meta.h: s/Url/URL/.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_meta.h

    r1e9ecb9 r2335b40  
    3535#define VLC_META_DATE               N_("Date") 
    3636#define VLC_META_SETTING            N_("Setting") 
    37 #define VLC_META_URL                N_("Url") 
     37#define VLC_META_URL                N_("URL") 
    3838#define VLC_META_LANGUAGE           N_("Language") 
    3939#define VLC_META_CODEC_NAME         N_("Codec Name") 
  • modules/gui/gtk/gnome.glade

    r6a40c15 r2335b40  
    33 
    44<project> 
    5   <name>VideoLAN Client</name> 
     5  <name>VLC media player</name> 
    66  <program_name>vlc</program_name> 
    77  <directory></directory> 
     
    14651465http://www.videolan.org/ 
    14661466</authors> 
    1467   <comments>This is the VideoLAN Client, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</comments> 
     1467  <comments>This is the VLC media player, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</comments> 
    14681468</widget> 
    14691469 
  • modules/gui/gtk/gnome_interface.c

    r19281d9 r2335b40  
    13611361                        _("(c) 1996-2004 the VideoLAN team"), 
    13621362                        authors, 
    1363                         _("This is the VideoLAN Client, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source."), 
     1363                        _("This is the VLC media player, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source."), 
    13641364                        NULL); 
    13651365  gtk_object_set_data (GTK_OBJECT (intf_about), "intf_about", intf_about); 
  • modules/gui/gtk/gtk.glade

    r618ae59 r2335b40  
    33 
    44<project> 
    5   <name>VideoLAN Client</name> 
     5  <name>VLC media player</name> 
    66  <program_name>vlc</program_name> 
    77  <directory></directory> 
     
    15991599    <class>GtkLabel</class> 
    16001600    <name>label17</name> 
    1601     <label>This is the VideoLAN Client, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</label> 
     1601    <label>This is the VLC media player, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</label> 
    16021602    <justify>GTK_JUSTIFY_LEFT</justify> 
    16031603    <wrap>True</wrap>