Changeset 3ad6ea967fe0ae37c01b6883599319e7ee37c0fc
- Timestamp:
- 05/09/08 19:30:54
(2 months ago)
- Author:
- Pavlov Konstantin <thresh@videolan.org>
- git-committer:
- Pavlov Konstantin <thresh@videolan.org> 1210354254 +0400
- git-parent:
[21efc7ca07db3ba1ea0c48e861a5596875089576]
- git-author:
- Pavlov Konstantin <thresh@videolan.org> 1210354254 +0400
- Message:
OSX GUI: Use "Fullscreen Video Device" instead of "Video Device" which is a bit confusing.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6300760 |
r3ad6ea9 |
|
| 735 | 735 | [o_mi_crop setTitle: _NS("Crop")]; |
|---|
| 736 | 736 | [o_mu_crop setTitle: _NS("Crop")]; |
|---|
| 737 | | [o_mi_screen setTitle: _NS("Video Device")]; |
|---|
| 738 | | [o_mu_screen setTitle: _NS("Video Device")]; |
|---|
| | 737 | [o_mi_screen setTitle: _NS("Fullscreen Video Device")]; |
|---|
| | 738 | [o_mu_screen setTitle: _NS("Fullscreen Video Device")]; |
|---|
| 739 | 739 | [o_mi_subtitle setTitle: _NS("Subtitles Track")]; |
|---|
| 740 | 740 | [o_mu_subtitle setTitle: _NS("Subtitles Track")]; |
|---|
| r449fd28 |
r3ad6ea9 |
|
| 195 | 195 | var_Create( p_real_vout, "video-device", VLC_VAR_INTEGER | |
|---|
| 196 | 196 | VLC_VAR_HASCHOICE ); |
|---|
| 197 | | text.psz_string = _("Video Device"); |
|---|
| | 197 | text.psz_string = _("Fullscreen Video Device"); |
|---|
| 198 | 198 | var_Change( p_real_vout, "video-device", VLC_VAR_SETTEXT, &text, NULL ); |
|---|
| 199 | 199 | |
|---|