Changeset df2a3c1baa163870dcb49a48a789d8485aef76bc
- Timestamp:
- 05/08/08 21:58:29
(2 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1210276709 +0200
- git-parent:
[28944cf048ddb32c971e7d458349b7d85b934587]
- git-author:
- Rafaël Carré <funman@videolan.org> 1210276709 +0200
- Message:
shortcuts are strings
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r28944cf |
rdf2a3c1 |
|
| 123 | 123 | |
|---|
| 124 | 124 | #define add_shortcut( shortcut ) \ |
|---|
| 125 | | if (vlc_module_set (p_submodule, VLC_MODULE_SHORTCUT, (int)(shortcut))) \ |
|---|
| | 125 | if (vlc_module_set (p_submodule, VLC_MODULE_SHORTCUT, \ |
|---|
| | 126 | (const char *)(shortcut))) \ |
|---|
| 126 | 127 | goto error |
|---|
| 127 | 128 | |
|---|