Commit 1577ef79 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/*: updated open disc dialog.

parent 9b67ddf0
This diff is collapsed.
...@@ -441,13 +441,15 @@ private: ...@@ -441,13 +441,15 @@ private:
/* Controls for the disc panel */ /* Controls for the disc panel */
wxRadioBox *disc_type; wxRadioBox *disc_type;
wxTextCtrl *disc_device; wxTextCtrl *disc_device;
wxSpinCtrl *disc_title; wxSpinCtrl *disc_title; int i_disc_title;
wxSpinCtrl *disc_chapter; wxSpinCtrl *disc_chapter; int i_disc_chapter;
wxSpinCtrl *disc_sub; int i_disc_sub;
/* The media equivalent name for a DVD names. For example, /* The media equivalent name for a DVD names. For example,
"Title", is "Track" for a CD-DA */ * "Title", is "Track" for a CD-DA */
wxStaticText *disc_title_label; wxStaticText *disc_title_label;
wxStaticText *disc_chapter_label; wxStaticText *disc_chapter_label;
wxStaticText *disc_sub_label;
/* Indicates if the disc device control was modified */ /* Indicates if the disc device control was modified */
bool b_disc_device_changed; bool b_disc_device_changed;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment