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
41683118
Commit
41683118
authored
May 28, 2004
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixed broken translation of 2 buttons of the info-window
parent
fcda0753
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/gui/macosx/playlistinfo.h
modules/gui/macosx/playlistinfo.h
+2
-2
modules/gui/macosx/playlistinfo.m
modules/gui/macosx/playlistinfo.m
+2
-2
No files found.
modules/gui/macosx/playlistinfo.h
View file @
41683118
...
...
@@ -35,8 +35,8 @@
IBOutlet
id
o_uri_txt
;
IBOutlet
id
o_title_txt
;
IBOutlet
id
o_author_txt
;
IBOutlet
id
o_btn_
info_
ok
;
IBOutlet
id
o_btn_
info_
cancel
;
IBOutlet
id
o_btn_ok
;
IBOutlet
id
o_btn_cancel
;
IBOutlet
id
o_btn_delete_group
;
IBOutlet
id
o_btn_add_group
;
IBOutlet
id
o_outline_view
;
...
...
modules/gui/macosx/playlistinfo.m
View file @
41683118
...
...
@@ -61,8 +61,8 @@
[
o_uri_lbl
setStringValue
:
_NS
(
"URI"
)];
[
o_title_lbl
setStringValue
:
_NS
(
"Title"
)];
[
o_author_lbl
setStringValue
:
_NS
(
"Author"
)];
[
o_btn_
info_
ok
setTitle
:
_NS
(
"OK"
)];
[
o_btn_
info_
cancel
setTitle
:
_NS
(
"Cancel"
)];
[
o_btn_ok
setTitle
:
_NS
(
"OK"
)];
[
o_btn_cancel
setTitle
:
_NS
(
"Cancel"
)];
[
o_btn_delete_group
setTitle
:
_NS
(
"Delete Group"
)];
[
o_btn_add_group
setTitle
:
_NS
(
"Add Group"
)];
[
o_group_lbl
setStringValue
:
_NS
(
"Group"
)];
...
...
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