Changeset e635890a6425a7b6f014d27c84611a84a2d68d4d

Show
Ignore:
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
  • modules/gui/minimal_macosx/macosx.c

    r6ee1e19 re635890  
    4848vlc_module_begin(); 
    4949    /* Minimal interface. see intf.m */ 
    50     set_shortname( _( "minimal_macosx" )); 
     50    set_shortname( "Minimal Macosx" ); 
     51    add_shortcut( "minimal_macosx" ); 
    5152    set_description( _("Minimal Mac OS X interface") ); 
    5253    set_capability( "interface", 50 );