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
8006b9d9
Commit
8006b9d9
authored
Jul 17, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: Work-around a NSUIHeartBeat crash on quit by not allowing the sprefs window to be minimised
No, better don't ask oO
parent
c2aa99a5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
extras/package/macosx/Resources/English.lproj/Preferences.nib/info.nib
...e/macosx/Resources/English.lproj/Preferences.nib/info.nib
+9
-4
extras/package/macosx/Resources/English.lproj/Preferences.nib/keyedobjects.nib
.../Resources/English.lproj/Preferences.nib/keyedobjects.nib
+0
-0
modules/gui/macosx/simple_prefs.m
modules/gui/macosx/simple_prefs.m
+1
-1
No files found.
extras/package/macosx/Resources/English.lproj/Preferences.nib/info.nib
View file @
8006b9d9
...
...
@@ -7,17 +7,17 @@
<key>
IBEditorPositions
</key>
<dict>
<key>
2311
</key>
<string>
345 42
6
590 230 0 0 1280 778
</string>
<string>
345 42
5
590 230 0 0 1280 778
</string>
<key>
2330
</key>
<string>
345 22
2
590 502 0 0 1280 778
</string>
<string>
345 22
1
590 502 0 0 1280 778
</string>
<key>
2440
</key>
<string>
345 307 590 389 0 0 1280 778
</string>
<key>
2523
</key>
<string>
345 319 590 373 0 0 1280 778
</string>
<key>
2562
</key>
<string>
345 2
20
590 505 0 0 1280 778
</string>
<string>
345 2
19
590 505 0 0 1280 778
</string>
<key>
2668
</key>
<string>
345 25
6
590 457 0 0 1280 778
</string>
<string>
345 25
5
590 457 0 0 1280 778
</string>
</dict>
<key>
IBFramework Version
</key>
<string>
489.0
</string>
...
...
@@ -27,8 +27,13 @@
<integer>
5
</integer>
<key>
IBOpenObjects
</key>
<array>
<integer>
2562
</integer>
<integer>
2311
</integer>
<integer>
2265
</integer>
<integer>
1530
</integer>
<integer>
2330
</integer>
<integer>
2668
</integer>
<integer>
2677
</integer>
</array>
<key>
IBSystem Version
</key>
<string>
9E17
</string>
...
...
extras/package/macosx/Resources/English.lproj/Preferences.nib/keyedobjects.nib
View file @
8006b9d9
No preview for this file type
modules/gui/macosx/simple_prefs.m
View file @
8006b9d9
...
...
@@ -293,7 +293,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
[[
o_sprefs_basicFull_matrix
cellAtRow
:
0
column
:
0
]
setStringValue
:
_NS
(
"Basic"
)];
[[
o_sprefs_basicFull_matrix
cellAtRow
:
0
column
:
1
]
setStringValue
:
_NS
(
"All"
)];
[
o_sprefs_cancel_btn
setTitle
:
_NS
(
"Cancel"
)];
[
o_sprefs_reset_btn
setTitle
:
_NS
(
"Reset
Preferences
"
)];
[
o_sprefs_reset_btn
setTitle
:
_NS
(
"Reset
All
"
)];
[
o_sprefs_save_btn
setTitle
:
_NS
(
"Save"
)];
[
o_sprefs_win
setTitle
:
_NS
(
"Preferences"
)];
}
...
...
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