Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
98b1b9be
Commit
98b1b9be
authored
May 18, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/wxwindows/iteminfo.cpp: expand info tree by default.
parent
4667e2d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/gui/wxwindows/iteminfo.cpp
modules/gui/wxwindows/iteminfo.cpp
+4
-4
No files found.
modules/gui/wxwindows/iteminfo.cpp
View file @
98b1b9be
...
...
@@ -166,8 +166,7 @@ wxPanel *ItemInfoDialog::InfoPanel( wxWindow* parent )
wxStaticText
*
author_label
=
new
wxStaticText
(
info_panel
,
-
1
,
wxU
(
_
(
"Author"
))
);
author_text
=
new
wxTextCtrl
(
info_panel
,
Uri_Event
,
author_text
=
new
wxTextCtrl
(
info_panel
,
Uri_Event
,
wxU
(
playlist_ItemGetInfo
(
p_item
,
_
(
"General"
),
_
(
"Author"
)
)
),
wxDefaultPosition
,
wxSize
(
300
,
-
1
),
...
...
@@ -225,8 +224,7 @@ wxPanel *ItemInfoDialog::GroupPanel( wxWindow* parent )
group_combo
=
new
wxComboBox
(
group_subpanel
,
-
1
,
wxT
(
""
),
wxDefaultPosition
,
wxDefaultSize
,
0
,
NULL
,
wxCB_READONLY
);
0
,
NULL
,
wxCB_READONLY
);
wxButton
*
newgroup_button
=
new
wxButton
(
group_subpanel
,
New_Event
,
wxU
(
_
(
"New Group"
)));
...
...
@@ -291,6 +289,8 @@ void ItemInfoDialog::UpdateInfo()
wxT
(
": "
)
+
wxU
(
p_item
->
input
.
pp_categories
[
i
]
->
pp_infos
[
j
]
->
psz_value
)
);
}
info_tree
->
Expand
(
cat
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment