Changeset 10de1dfd933cb6f6b6dd90558f485681975c5f25
- Timestamp:
- 02/08/08 05:02:42
(7 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1202443362 +0000
- git-parent:
[478c8270a2e2ccbfe044bd290ee062f0430711ff]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1202443362 +0000
- Message:
Qt4 - Menu: consistency for update dialog.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb941c1e |
r10de1df |
|
| 477 | 477 | ":/pixmaps/menus_help_16px.png", SLOT( helpDialog() ), "F1" ); |
|---|
| 478 | 478 | #ifdef UPDATE_CHECK |
|---|
| 479 | | addDPStaticEntry( menu, qtr( "Update" ) , "", "", SLOT( updateDialog() ), ""); |
|---|
| | 479 | addDPStaticEntry( menu, qtr( "Check for updates..." ) , "", "", SLOT( updateDialog() ), ""); |
|---|
| 480 | 480 | #endif |
|---|
| 481 | 481 | menu->addSeparator(); |
|---|