Changeset e635890a6425a7b6f014d27c84611a84a2d68d4d
- Timestamp:
- 30/09/07 12:37:45
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1191148665 +0000
- git-parent:
[2739cd4c3b60d73ad83558db23ad1941faf2a2c7]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1191148665 +0000
- Message:
modules/gui/minimal_macosx: Fix shortname and add shortcut, after funman answer to Enrique Osuna patch.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6ee1e19 |
re635890 |
|
| 48 | 48 | vlc_module_begin(); |
|---|
| 49 | 49 | /* Minimal interface. see intf.m */ |
|---|
| 50 | | set_shortname( _( "minimal_macosx" )); |
|---|
| | 50 | set_shortname( "Minimal Macosx" ); |
|---|
| | 51 | add_shortcut( "minimal_macosx" ); |
|---|
| 51 | 52 | set_description( _("Minimal Mac OS X interface") ); |
|---|
| 52 | 53 | set_capability( "interface", 50 ); |
|---|