1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
+
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="edit">
<info>
<link type="guide" xref="index#functions"/>
<link type="guide" xref="streams#actions"/>
<desc>Edit or inspect a station entry.</desc>
</info>
<section>
<title>Edit</title>
<p>You probably won't need this often. But there's an
<guiseq><gui></gui> <gui>Edit/Details</gui></guiseq> context menu
which brings up a station editor:
</p>
|
26
27
28
29
30
31
32
33
34
35
|
27
28
29
30
31
32
33
34
35
36
37
|
+
|
<p>This dialog is primarily useful for your personal bookmarks.
It allows to shorten or rename things. You can even use
<gui style="button">new</gui> to add new entries this way.
(Which doesn't make sense in regular channel categories, because
changes will be lost once you hit Reload). A proper "Add station..."
dialog is planned though.</p>
</note>
</section>
</page>
|