Changeset be11a0133ff77434b9ede817bc827885eae1daab
- Timestamp:
- 03/15/08 03:22:25
(6 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1205547745 -0700
- git-parent:
[a302df0cf04f6030eaba0254c512851811260826]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1205547745 -0700
- Message:
AssoDialog? is not available on Mac.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re6ee642 |
rbe11a01 |
|
| 412 | 412 | ui.skinsLabel->setFont( italicFont ); |
|---|
| 413 | 413 | |
|---|
| 414 | | #if defined( WIN32 ) || defined (__APPLE__) |
|---|
| | 414 | #if defined( WIN32 ) |
|---|
| 415 | 415 | CONFIG_GENERIC( "language", StringList, NULL, language ); |
|---|
| 416 | 416 | BUTTONACT( ui.assoButton, assoDialog() ); |
|---|