You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kaffeine/kaffeine/src/input/disc/kaffeinedisc.rc

25 lines
620 B

<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kaffeineplaylist" version="9">
<MenuBar>
<Menu name="file">
<Separator/>
<Action name="file_open_dvd"/>
<Action name="file_open_vcd"/>
<Action name="file_open_audiocd"/>
<Separator/>
</Menu>
</MenuBar>
<ToolBar name="discToolBar" hidden="true"><text>CD Toolbar</text>
<Action name="file_open_dvd"/>
<Action name="file_open_vcd"/>
<Action name="file_open_audiocd"/>
</ToolBar>
<State name="no_media_part">
<disable>
<Action name="file_open_dvd"/>
<Action name="file_open_vcd"/>
<Action name="file_open_audiocd"/>
</disable>
</State>
</kpartgui>