Changeset e45f20e71f6e8959d599bd25e2d072855e556827
- Timestamp:
- 26/11/05 19:20:06
(3 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1133029206 +0000
- git-parent:
[53e8222b87b6ae4f94daa402ff9e55567adab2d6]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1133029206 +0000
- Message:
* modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp: build fix.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7000eeb |
re45f20e |
|
| 250 | 250 | broadcasts_sizer->Add( box_sizer, 0, wxEXPAND|wxALL, 5 ); |
|---|
| 251 | 251 | |
|---|
| 252 | | wxStaticLine *static_line = new wxStaticLine( broadcasts_panel ); |
|---|
| | 252 | wxStaticLine *static_line = new wxStaticLine( broadcasts_panel, wxID_ANY ); |
|---|
| 253 | 253 | broadcasts_sizer->Add( static_line, 0, wxEXPAND | wxALL, 5 ); |
|---|
| 254 | 254 | |
|---|