Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
6a741bd3
Commit
6a741bd3
authored
Feb 09, 2003
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Minor typographic corrections,
* Fixed a segfault in the Preferences window.
parent
ea3e2be6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
12 deletions
+21
-12
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
...s/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+0
-0
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+3
-3
modules/gui/macosx/open.m
modules/gui/macosx/open.m
+3
-3
modules/gui/macosx/prefs.m
modules/gui/macosx/prefs.m
+15
-6
No files found.
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
View file @
6a741bd3
No preview for this file type
modules/gui/macosx/intf.m
View file @
6a741bd3
...
...
@@ -2,7 +2,7 @@
* intf.m: MacOS X interface plugin
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* $Id: intf.m,v 1.5
2 2003/02/09 01:50:35
massiot Exp $
* $Id: intf.m,v 1.5
3 2003/02/09 19:28:43
massiot Exp $
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
@@ -292,7 +292,7 @@ int ExecuteOnMainThread( id target, SEL sel, void * p_arg )
/* main menu */
[
o_mi_about
setTitle
:
_NS
(
"About VLC media player"
)];
[
o_mi_prefs
setTitle
:
_NS
(
"Preferences"
)];
[
o_mi_prefs
setTitle
:
_NS
(
"Preferences
...
"
)];
[
o_mi_hide
setTitle
:
_NS
(
"Hide VLC"
)];
[
o_mi_hide_others
setTitle
:
_NS
(
"Hide Others"
)];
[
o_mi_show_all
setTitle
:
_NS
(
"Show All"
)];
...
...
@@ -355,7 +355,7 @@ int ExecuteOnMainThread( id target, SEL sel, void * p_arg )
[
o_mu_help
setTitle
:
_NS
(
"Help"
)];
[
o_mi_readme
setTitle
:
_NS
(
"ReadMe..."
)];
[
o_mi_reportabug
setTitle
:
_NS
(
"Report
A
Bug"
)];
[
o_mi_reportabug
setTitle
:
_NS
(
"Report
a
Bug"
)];
[
o_mi_website
setTitle
:
_NS
(
"VideoLAN Website"
)];
[
o_mi_license
setTitle
:
_NS
(
"License"
)];
...
...
modules/gui/macosx/open.m
View file @
6a741bd3
...
...
@@ -2,7 +2,7 @@
* open.m: MacOS X plugin for vlc
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: open.m,v 1.2
1 2003/02/05 22:48:13 hartman
Exp $
* $Id: open.m,v 1.2
2 2003/02/09 19:28:43 massiot
Exp $
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
@@ -164,7 +164,7 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class )
[
o_panel
setTitle
:
_NS
(
"Open Source"
)];
[
o_mrl_lbl
setTitle
:
_NS
(
"Media Resource Locator (MRL)"
)];
[
o_ckbox_enqueue
setTitle
:
_NS
(
"Only enqueue in playlist
. Do not play.
"
)];
[
o_ckbox_enqueue
setTitle
:
_NS
(
"Only enqueue in playlist
, do not play
"
)];
[
o_btn_ok
setTitle
:
_NS
(
"OK"
)];
[
o_btn_cancel
setTitle
:
_NS
(
"Cancel"
)];
...
...
@@ -177,7 +177,7 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class )
[
o_file_stream
setTitle
:
_NS
(
"Treat as a pipe rather than as a file"
)];
[
o_file_sub_btn_browse
setTitle
:
_NS
(
"Browse..."
)];
[
o_file_sub_ckbox
setTitle
:
_NS
(
"Load subtitles"
)];
[
o_file_sub_ckbox
setTitle
:
_NS
(
"Load subtitles
file:
"
)];
[
o_disc_device_lbl
setStringValue
:
_NS
(
"Device name"
)];
[
o_disc_title_lbl
setStringValue
:
_NS
(
"Title"
)];
...
...
modules/gui/macosx/prefs.m
View file @
6a741bd3
...
...
@@ -2,7 +2,7 @@
* prefs.m: MacOS X plugin for vlc
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: prefs.m,v 1.1
1 2003/02/08 22:20:28
massiot Exp $
* $Id: prefs.m,v 1.1
2 2003/02/09 19:28:43
massiot Exp $
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
*
...
...
@@ -238,12 +238,15 @@
[o_text_field setSelectable: NO]; \
[o_text_field setStringValue: \
[NSApp localizedString: label]]; \
[o_text_field sizeToFit]; \
[o_view addSubview: [o_text_field autorelease]]; \
}
#define INPUT_FIELD( ctype, cname, label, w, msg, param, tip ) \
{ \
char * psz_duptip = strdup(tip); \
char * psz_duptip = NULL; \
if ( p_item->psz_longtext != NULL ) \
psz_duptip = strdup(p_item->psz_longtext); \
s_rc.size.height = 25; \
s_rc.size.width = w; \
s_rc.origin.y += 10; \
...
...
@@ -324,7 +327,9 @@
NSPopUpButton
*
o_modules
;
NSButton
*
o_btn_select
;
NSButton
*
o_btn_configure
;
char
*
psz_duptip
=
strdup
(
p_item
->
psz_longtext
);
char
*
psz_duptip
=
NULL
;
if
(
p_item
->
psz_longtext
!=
NULL
)
psz_duptip
=
strdup
(
p_item
->
psz_longtext
);
#define MODULE_BUTTON( button, title, sel ) \
{ \
...
...
@@ -442,7 +447,9 @@
{
int
i
;
VLCComboBox
*
o_combo_box
;
char
*
psz_duptip
=
strdup
(
p_item
->
psz_longtext
);
char
*
psz_duptip
=
NULL
;
if
(
p_item
->
psz_longtext
!=
NULL
)
psz_duptip
=
strdup
(
p_item
->
psz_longtext
);
s_rc
.
size
.
height
=
27
;
s_rc
.
size
.
width
=
150
;
...
...
@@ -501,7 +508,9 @@
case
CONFIG_ITEM_BOOL
:
{
VLCButton
*
o_btn_bool
;
char
*
psz_duptip
=
strdup
(
p_item
->
psz_longtext
);
char
*
psz_duptip
=
NULL
;
if
(
p_item
->
psz_longtext
!=
NULL
)
psz_duptip
=
strdup
(
p_item
->
psz_longtext
);
s_rc
.
size
.
height
=
27
;
s_rc
.
size
.
width
=
s_vrc
.
size
.
width
-
X_ORIGIN
*
2
-
20
;
...
...
@@ -562,7 +571,7 @@
}
s_rc
.
origin
.
y
=
s_panel_rc
.
origin
.
y
+
14
;
s_rc
.
size
.
height
=
25
;
s_rc
.
size
.
width
=
10
0
;
s_rc
.
size
.
height
=
25
;
s_rc
.
size
.
width
=
10
5
;
s_rc
.
origin
.
x
=
s_panel_rc
.
size
.
width
-
s_rc
.
size
.
width
-
14
;
DEF_PANEL_BUTTON
(
0
,
_NS
(
"OK"
),
clickedCancelOK
:
);
[
o_panel
setDefaultButtonCell
:
[
o_button
cell
]];
...
...
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