Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
2335b401
Commit
2335b401
authored
Apr 27, 2004
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Got rid of more "VideoLAN C*****" references.
* include/vlc_meta.h: s/Url/URL/.
parent
29b89bb4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
include/vlc_meta.h
include/vlc_meta.h
+1
-1
modules/gui/gtk/gnome.glade
modules/gui/gtk/gnome.glade
+2
-2
modules/gui/gtk/gnome_interface.c
modules/gui/gtk/gnome_interface.c
+1
-1
modules/gui/gtk/gtk.glade
modules/gui/gtk/gtk.glade
+2
-2
No files found.
include/vlc_meta.h
View file @
2335b401
...
...
@@ -34,7 +34,7 @@
#define VLC_META_RATING N_("Rating")
#define VLC_META_DATE N_("Date")
#define VLC_META_SETTING N_("Setting")
#define VLC_META_URL N_("U
rl
")
#define VLC_META_URL N_("U
RL
")
#define VLC_META_LANGUAGE N_("Language")
#define VLC_META_CODEC_NAME N_("Codec Name")
#define VLC_META_CODEC_DESCRIPTION N_("Codec Description")
...
...
modules/gui/gtk/gnome.glade
View file @
2335b401
...
...
@@ -2,7 +2,7 @@
<GTK-Interface>
<project>
<name>
V
ideoLAN Client
</name>
<name>
V
LC media player
</name>
<program_name>
vlc
</program_name>
<directory></directory>
<source_directory></source_directory>
...
...
@@ -1464,7 +1464,7 @@
<authors>
the VideoLAN team
<
videolan@videolan.org
>
http://www.videolan.org/
</authors>
<comments>
This is the V
ideoLAN Client
, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.
</comments>
<comments>
This is the V
LC media player
, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.
</comments>
</widget>
<widget>
...
...
modules/gui/gtk/gnome_interface.c
View file @
2335b401
...
...
@@ -1360,7 +1360,7 @@ create_intf_about (void)
intf_about
=
gnome_about_new
(
"VLC media player"
,
VERSION
,
_
(
"(c) 1996-2004 the VideoLAN team"
),
authors
,
_
(
"This is the V
ideoLAN Client
, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source."
),
_
(
"This is the V
LC media player
, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source."
),
NULL
);
gtk_object_set_data
(
GTK_OBJECT
(
intf_about
),
"intf_about"
,
intf_about
);
...
...
modules/gui/gtk/gtk.glade
View file @
2335b401
...
...
@@ -2,7 +2,7 @@
<GTK-Interface>
<project>
<name>
V
ideoLAN Client
</name>
<name>
V
LC media player
</name>
<program_name>
vlc
</program_name>
<directory></directory>
<source_directory></source_directory>
...
...
@@ -1598,7 +1598,7 @@
<widget>
<class>
GtkLabel
</class>
<name>
label17
</name>
<label>
This is the V
ideoLAN Client
, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.
</label>
<label>
This is the V
LC media player
, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.
</label>
<justify>
GTK_JUSTIFY_LEFT
</justify>
<wrap>
True
</wrap>
<xalign>
0.5
</xalign>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment