]> git.lyx.org Git - lyx.git/blob - lib/ui/stdcontext.inc
Fix bug #9622
[lyx.git] / lib / ui / stdcontext.inc
1 # -*- text -*-
2
3 # file stdcontext.inc
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author The LyX Team
8
9 # Full author contact details are available in file CREDITS.
10
11 # The interface is designed (partially) following the KDE Human Interface
12 # Guidelines (http://techbase.kde.org/Projects/Usability/HIG)
13
14 # Casing Rules:
15 # Capitalize all words in the element, with the following exceptions: 
16 # * Articles: a, an, the. 
17 # * Conjunctions: and, but, for, not, so, yet ...  
18 # * Prepositions of three or fewer letters: at, for, by, in, to ...
19 #   (except when the preposition is part of a verb phrase, such as "Check In")
20 # (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)
21
22 Format 5
23
24 Menuset
25
26 #
27 # InsetMath context menu
28 #
29         Menu "insert_math_context"
30                 Item "Array Environment|y" "math-matrix 2 2"
31                 Item "Cases Environment|C" "math-insert \cases"
32                 Item "Aligned Environment|l" "command-sequence math-insert \aligned; tabular-feature append-column"
33                 Item "AlignedAt Environment|v" "command-sequence math-insert \alignedat; tabular-feature append-column"
34                 Item "Gathered Environment|h" "math-insert \gathered"
35                 Item "Split Environment|S" "command-sequence math-insert \split; tabular-feature append-column"
36                 Separator
37                 Item "Delimiters...|r" "dialog-show mathdelimiter"
38                 Item "Matrix...|x" "dialog-show mathmatrix"
39                 Item "Macro|o" "math-macro newmacroname newcommand"
40         End
41
42         Menu "ams_environment"
43                 Item "AMS align Environment|a" "math-mutate align"
44                 Item "AMS alignat Environment|t" "math-mutate alignat"
45                 Item "AMS flalign Environment|f" "math-mutate flalign"
46                 Item "AMS gather Environment|g" "math-mutate gather"
47                 Item "AMS multline Environment|m" "math-mutate multline"
48         End
49
50         Menu "context-math"
51                 Item "Inline Formula|I" "math-mutate simple"
52                 Item "Displayed Formula|D" "math-mutate equation"
53                 Item "Eqnarray Environment|E" "math-mutate eqnarray"
54                 Submenu "AMS Environment|A" "ams_environment"
55                 Separator
56                 OptItem "Number Whole Formula|N" "math-number-toggle"
57                 OptItem "Number This Line|u" "math-number-line-toggle"
58                 OptItem "Equation Label|L" "label-insert"
59                 OptItem "Copy as Reference|R" "label-copy-as-reference"
60                 Separator
61                 Item "Split Cell|C" "cell-split"
62                 Separator
63                 Submenu "Insert|s" "insert_math_context"
64                 Separator
65                 OptItem "Add Line Above|o" "tabular-feature add-hline-above"
66                 OptItem "Add Line Below|B" "tabular-feature add-hline-below"
67                 OptItem "Delete Line Above|v" "tabular-feature delete-hline-above"
68                 OptItem "Delete Line Below|w" "tabular-feature delete-hline-below"
69                 Separator
70                 OptItem "Add Line to Left" "tabular-feature add-vline-left"
71                 OptItem "Add Line to Right" "tabular-feature add-vline-right"
72                 OptItem "Delete Line to Left" "tabular-feature delete-vline-left"
73                 OptItem "Delete Line to Right" "tabular-feature delete-vline-right"
74                 Separator
75                 Item "Show Math Toolbar" "toolbar-toggle math toggle"
76                 Item "Show Math-Panels Toolbar" "toolbar-toggle math_panels toggle"
77                 Item "Show Table Toolbar" "toolbar-toggle table toggle"
78                 Separator
79                 Submenu "Use Computer Algebra System|m" "edit_math_extern"
80         End
81
82
83 #
84 # InsetRef context menu
85 #
86         Menu "context-ref"
87                 Item "Next Cross-Reference|N" "reference-next"
88                 Item "Go to Label|G" "label-goto"
89                 Separator
90                 Item "<Reference>|R" "inset-modify changetype ref"
91                 Item "(<Reference>)|e" "inset-modify changetype eqref"
92                 Item "<Page>|P" "inset-modify changetype pageref"
93                 Item "On Page <Page>|O" "inset-modify changetype vpageref"
94                 Item "<Reference> on Page <Page>|f" "inset-modify changetype vref"
95                 Item "Formatted Reference|t" "inset-modify changetype formatted"
96                 Item "Textual Reference|x" "inset-modify changetype nameref"
97                 Item "Label Only|L" "inset-modify changetype labelonly"
98                 Separator
99                 OptItem "Plural|a" "inset-modify ref toggle-plural"
100                 OptItem "Capitalize|C" "inset-modify ref toggle-caps"
101                 Item "No Prefix" "inset-modify ref toggle-noprefix"
102                 Separator
103                 Item "Settings...|S" "inset-settings"
104         End
105
106 #
107 # InsetLabel context menu
108 #
109         Menu "context-label"
110                 Item "Next Cross-Reference|N" "reference-next"
111                 Item "Go Back|G" "bookmark-goto 0"
112                 Separator
113                 Item "Copy as Reference|C" "label-copy-as-reference"
114                 Separator
115                 Item "Settings...|S" "inset-settings"
116         End
117
118
119 #
120 # InsetCitation context menu
121 #
122         Menu "context-citation"
123                 CiteStyles
124                 Separator
125                 Item "Settings...|S" "inset-settings"
126         End
127
128
129 #
130 # InsetBibtex context menu
131 #
132         Menu "context-bibtex"
133                 Item "Settings...|S" "inset-settings"
134                 Separator
135                 Item "Edit Database(s) Externally...|x" "inset-edit"
136         End
137
138 #
139 # InsetBibItem context menu
140 #
141         Menu "context-bibitem"
142                 Item "Settings...|S" "inset-settings"
143         End
144
145 #
146 # InsetCollapsible context menu
147 #
148         Menu "context-collapsible"
149                 OptItem "Open Inset|O" "inset-toggle open"
150                 OptItem "Close Inset|C" "inset-toggle close"
151                 Separator
152                 Item "Dissolve Inset|D" "inset-dissolve"
153                 OptItem "Settings...|S" "inset-settings"
154         End
155
156         Menu "context-conglomerate"
157                 Item "Show Label|L" "inset-toggle"
158                 Item "Dissolve Inset|D" "inset-dissolve charstyle"
159                 Separator
160                 OptItem "Settings...|S" "inset-settings"
161         End
162
163 #
164 # InsetArgument context menu
165 #
166
167         Menu "context-argument"
168                 Separator
169                 SwitchArguments
170         End
171
172         Menu "context-argument-conglomerate"
173                 Item "Show Label|L" "inset-toggle"
174                 Item "Dissolve Inset|D" "inset-dissolve"
175                 Separator
176                 SwitchArguments
177         End
178
179 #
180 # InsetBox context menu
181 #
182
183         Menu "context-box"
184                 Item "Frameless|l" "inset-modify changetype Frameless"
185                 Item "Simple Frame|F" "inset-modify changetype Boxed"
186                 Item "Simple Frame, Page Breaks|P" "inset-modify changetype Framed"
187                 Item "Oval, Thin|a" "inset-modify changetype ovalbox"
188                 Item "Oval, Thick|v" "inset-modify changetype Ovalbox"
189                 Item "Drop Shadow|w" "inset-modify changetype Shadowbox"
190                 Item "Shaded Background|B" "inset-modify changetype Shaded"
191                 Item "Double Frame|u" "inset-modify changetype Doublebox"
192         End
193
194
195 #
196 # InsetCaption context menu
197 #
198         Menu "context-caption"
199                 SwitchCaptions
200         End
201
202
203 #
204 # InsetNote context menu
205 #
206
207         Menu "context-note"
208                 Item "LyX Note|N" "inset-modify note Note Note"
209                 Item "Comment|m" "inset-modify note Note Comment"
210                 Item "Greyed Out|G" "inset-modify note Note Greyedout"
211                 Separator
212                 Item "Open All Notes|A" "inset-forall Note inset-toggle open"
213                 Item "Close All Notes|l" "inset-forall Note inset-toggle close"
214         End
215
216 #
217 # InsetPhantom context menu
218 #
219
220         Menu "context-phantom"
221                 Item "Phantom|P" "inset-modify phantom Phantom Phantom"
222                 Item "Horizontal Phantom|H" "inset-modify phantom Phantom HPhantom"
223                 Item "Vertical Phantom|V" "inset-modify phantom Phantom VPhantom"
224         End
225
226
227 #
228 # InsetQuotes context menu
229 #
230         Menu "context-quote"
231                 SwitchQuotes
232         End
233
234 #
235 # InsetSpace context menu
236 #
237         Menu "context-space"
238                 Item "Interword Space|w" "inset-modify space \space{}"
239                 Item "Protected Space|o" "inset-modify space ~"
240                 Item "Visible Space|a" "inset-modify space \textvisiblespace{}"
241                 Item "Thin Space|T" "inset-modify space \thinspace{}"
242                 Item "Negative Thin Space|N" "inset-modify space \negthinspace{}"
243                 Item "Half Quad Space (Enskip)|k" "inset-modify space \enskip{}"
244                 Item "Protected Half Quad Space (Enspace)|E" "inset-modify space \enspace{}"
245                 Item "Quad Space|Q" "inset-modify space \quad{}"
246                 Item "Double Quad Space|u" "inset-modify space \qquad{}"
247                 Item "Horizontal Fill|F" "inset-modify space \hfill{}"
248                 Item "Protected Horizontal Fill|i" "inset-modify space \hspace*{\fill}"
249                 Item "Horizontal Fill (Dots)|D" "inset-modify space \dotfill{}"
250                 Item "Horizontal Fill (Rule)|R" "inset-modify space \hrulefill{}"
251                 Item "Horizontal Fill (Left Arrow)|L" "inset-modify space \leftarrowfill{}"
252                 Item "Horizontal Fill (Right Arrow)|g" "inset-modify space \rightarrowfill{}"
253                 Item "Horizontal Fill (Up Brace)|p" "inset-modify space \upbracefill{}"
254                 Item "Horizontal Fill (Down Brace)|B" "inset-modify space \downbracefill{}"
255                 Item "Custom Length|C" "command-sequence inset-modify space \hspace{}; inset-settings"
256                 Separator
257                 Item "Settings...|S" "inset-settings"
258         End
259
260 #
261 # InsetMathSpace context menu
262 #
263         Menu "context-mathspace"
264                 Item "Thin Space|T" "inset-modify mathspace \thinspace{}"
265                 Item "Medium Space|M" "inset-modify mathspace \medspace{}"
266                 Item "Thick Space|h" "inset-modify mathspace \thickspace{}"
267                 Item "Negative Thin Space|N" "inset-modify mathspace \negthinspace{}"
268                 Item "Negative Medium Space|u" "inset-modify mathspace \negmedspace{}"
269                 Item "Negative Thick Space|i" "inset-modify mathspace \negthickspace{}"
270                 Item "Half Quad Space (Enskip)|k" "inset-modify mathspace \enskip{}"
271                 Item "Quad Space|Q" "inset-modify mathspace \quad{}"
272                 Item "Double Quad Space|u" "inset-modify mathspace \qquad{}"
273                 Item "Custom Length|C" "command-sequence inset-modify mathspace \hspace{} \length 1in; inset-settings"
274                 Separator
275                 Item "Settings...|S" "inset-settings"
276         End
277
278 #
279 # InsetVSpace context menu
280 #
281         Menu "context-vspace"
282                 Item "DefSkip|D" "inset-modify vspace defskip"
283                 Item "SmallSkip|S" "inset-modify vspace smallskip"
284                 Item "MedSkip|M" "inset-modify vspace medskip"
285                 Item "BigSkip|B" "inset-modify vspace bigskip"
286                 Item "VFill|F" "inset-modify vspace vfill"
287                 Item "Custom|C" "command-sequence inset-modify vspace custom; inset-settings"
288                 Separator
289                 Item "Settings...|e" "inset-settings"
290         End
291
292 #
293 # InsetInclude context menu
294 #
295         Menu "context-include"
296                 Item "Include|c" "inset-modify changetype include"
297                 Item "Input|p" "inset-modify changetype input"
298                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
299                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
300                 Item "Listing|L" "inset-modify changetype lstinputlisting"
301                 Separator
302                 Item "Settings...|S" "inset-settings"
303                 Separator
304                 Item "Edit Included File...|E" "inset-edit"
305         End
306
307 #
308 # InsetNewpage context menu
309 #
310         Menu "context-newpage"
311                 Item "New Page|N" "inset-modify newpage newpage"
312                 Item "Page Break|a" "inset-modify newpage pagebreak"
313                 Item "Clear Page|C" "inset-modify newpage clearpage"
314                 Item "Clear Double Page|D" "inset-modify newpage cleardoublepage"
315         End
316
317 #
318 # InsetNewline context menu
319 #
320         Menu "context-newline"
321                 Item "Ragged Line Break|R" "inset-modify newline newline"
322                 Item "Justified Line Break|J" "inset-modify newline linebreak"
323         End
324
325 #
326 # InsetNewline context menu
327 #
328         Menu "context-separator"
329                 Item "Plain Separator|P" "inset-modify separator plain"
330                 Item "Paragraph Break|B" "inset-modify separator parbreak"
331         End
332
333 #
334 # Edit context menu
335 #
336         Menu "context-edit"
337                 spellingsuggestions
338                 Separator
339                 OptItem "Edit Externally..." "inset-edit"
340                 OptItem "End Editing Externally..." "inset-end-edit"
341                 Separator
342                 Item "Cut" "cut"
343                 Item "Copy" "copy"
344                 Item "Paste" "paste"
345                 Submenu "Paste Recent|e" "edit_pasterecent"
346                 Separator
347                 Item "Jump Back to Saved Bookmark|B" "bookmark-goto 0"
348                 OptItem "Forward Search|F" "forward-search"
349                 Separator
350                 Item "Move Paragraph Up|o" "paragraph-move-up"
351                 Item "Move Paragraph Down|v" "paragraph-move-down"
352                 Separator
353                 EnvironmentSeparatorsContext
354                 Separator
355                 OptItem "Promote Section|r" "outline-out"
356                 OptItem "Demote Section|m" "outline-in"
357                 OptItem "Move Section Down|D" "outline-down"
358                 OptItem "Move Section Up|U" "outline-up"
359                 Arguments
360                 OptSubmenu "Insert Regular Expression" "context-edit-regexp"
361                 Separator
362                 OptItem "Accept Change|c" "change-accept"
363                 OptItem "Reject Change|j" "change-reject"
364                 Separator
365                 Submenu "Text Properties|x" "edit_textprops"
366                 OptSubmenu "Custom Text Styles|S" "edit_textstyles"
367                 Item "Paragraph Settings...|P" "layout-paragraph"
368                 OptItem "Unify Graphics Groups|U" "graphics-unify"
369                 LanguageSelector
370                 Separator
371                 Item "Fullscreen Mode" "ui-toggle fullscreen"
372                 OptItem "Close Current View" "tab-group-close"
373         End
374
375
376 #
377 # Regular Expression context menu
378 #
379         Menu "context-edit-regexp"
380                 Item "Anything|A" "command-sequence regexp-mode; self-insert .*"
381                 Item "Anything Non-Empty|o" "command-sequence regexp-mode; self-insert .+"
382                 Item "Any Word|W" "command-sequence regexp-mode; self-insert [a-z]+"
383                 Item "Any Number|N" "command-sequence regexp-mode; self-insert [0-9]+"
384                 Item "User Defined|U" "regexp-mode"
385         End
386
387
388 #
389 # Math Macro context menu
390 #
391
392         Menu "context-math-macro-definition"
393                 Item "Append Argument" "math-macro-add-param"
394                 Item "Remove Last Argument" "math-macro-remove-param"
395                 Separator
396                 Item "Make First Non-Optional Into Optional Argument" "math-macro-make-optional"
397                 Item "Make Last Optional Into Non-Optional Argument" "math-macro-make-nonoptional"
398                 Item "Insert Optional Argument" "math-macro-add-optional-param"
399                 Item "Remove Optional Argument" "math-macro-remove-optional-param"
400                 Separator
401                 Item "Append Argument Eating From the Right" "math-macro-append-greedy-param"
402                 Item "Append Optional Argument Eating From the Right" "math-macro-add-greedy-optional-param"
403                 Item "Remove Last Argument Spitting Out to the Right" "math-macro-remove-greedy-param"
404         End
405
406 #
407 # InsetGraphics context menu
408 #
409
410         Menu "context-graphics"
411                 Item "Settings...|S" "inset-settings"
412                 Item "Reload|R" "graphics-reload"
413                 Separator
414                 Item "Edit Externally...|x" "inset-edit"
415                 Separator
416                 GraphicsGroups
417         End
418
419 #
420 # InsetExternal context menu
421 #
422
423         Menu "context-external"
424                 Item "Settings...|S" "inset-settings"
425                 Separator
426                 Item "Edit Externally...|x" "inset-edit"
427         End
428
429 #
430 # InsetTabular context menu
431 #
432
433         Menu "table-borders"
434                 Item "Top|T" "tabular-feature toggle-line-top"
435                 Item "Bottom|B" "tabular-feature toggle-line-bottom"
436                 Item "Left|L" "tabular-feature toggle-line-left"
437                 Item "Right|R" "tabular-feature toggle-line-right"
438         End
439
440         Menu "table-alignment"
441                 Item "Left|f" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
442                 Item "Center|C" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
443                 Item "Right|h" "command-alternatives tabular-feature m-align-right;tabular-feature align-right"
444                 Item "Decimal" "tabular-feature align-decimal"
445                 Separator
446                 Item "Top" "tabular-feature valign-top"
447                 Item "Middle" "tabular-feature valign-middle"
448                 Item "Bottom" "tabular-feature valign-bottom"
449         End
450
451         Menu "table-cols-rows"
452                 Item "Multicolumn|u" "tabular-feature multicolumn"
453                 Item "Multirow|w" "tabular-feature multirow"
454                 Separator
455                 Item "Append Row|A" "tabular-feature append-row"
456                 Item "Delete Row|D" "tabular-feature delete-row"
457                 Item "Copy Row|o" "tabular-feature copy-row"
458                 Item "Move Row Up" "tabular-feature move-row-up"
459                 Item "Move Row Down" "tabular-feature move-row-down"
460                 Separator
461                 Item "Append Column|p" "tabular-feature append-column"
462                 Item "Delete Column|e" "tabular-feature delete-column"
463                 Item "Copy Column|y" "tabular-feature copy-column"
464                 Item "Move Column Right|v" "tabular-feature move-column-right"
465                 Item "Move Column Left" "tabular-feature move-column-left"
466         End
467
468         Menu "context-tabular"
469                 Item "Multi-page Table|g" "tabular-feature toggle-longtabular"
470                 Item "Formal Style|m" "tabular-feature toggle-booktabs"
471                 Separator
472                 Submenu "Borders|d" "table-borders"
473                 Submenu "Alignment|i" "table-alignment"
474                 Submenu "Columns/Rows|C" "table-cols-rows"
475                 Separator
476                 Item "Settings...|S" "inset-settings tabular"
477         End
478
479 #
480 # InsetInfo context menu
481 #
482
483         Menu "context-info"
484                 InfoArguments
485                 Separator
486                 Item "Transform Field to Static Text|T" "inset-dissolve"
487                 Item "Copy Text|o" "inset-copy-as"
488                 Item "Settings...|S" "inset-settings info"
489         End
490
491 #
492 # InsetBranch context menu
493 #
494
495         Menu "context-branch"
496                 OptItem "Activate Branch|A" "branch-activate"
497                 OptItem "Deactivate Branch|e" "branch-deactivate"
498                 OptItem "Activate Branch in Master|M" "branch-master-activate"
499                 OptItem "Deactivate Branch in Master|v" "branch-master-deactivate"
500                 OptItem "Invert Inset|I" "branch-invert"
501                 OptItem "Add Unknown Branch|w" "branch-add"
502         End
503
504 #
505 # Toc Labels and References context menu
506 #
507
508         Menu "context-toc-label"
509                 OptItem "Copy as Reference|C" "label-copy-as-reference"
510                 OptItem "Insert Reference at Cursor Position|I" "label-insert-as-reference"
511                 Separator
512                 Item "Settings...|S" "inset-settings"
513         End
514
515 #
516 # Toc Branches context menu
517 #
518
519         Menu "context-toc-branch"
520                 OptItem "Activate Branch|A" "branch-activate"
521                 OptItem "Deactivate Branch|e" "branch-deactivate"
522                 Separator
523                 Item "Settings...|S" "inset-settings"
524         End
525
526 #
527 # Toc Graphics context menu
528 #
529
530         Menu "context-toc-graphics"
531                 Item "Settings...|S" "inset-settings"
532                 Separator
533                 Item "Edit Externally...|x" "inset-edit"
534         End
535
536 #
537 # Toc Citation context menu
538 #
539
540         Menu "context-toc-citation"
541                 Item "Settings...|S" "inset-settings"
542         End
543
544 #
545 # Toc Figures context menu
546 #
547
548         Menu "context-toc-figure"
549                 Item "Settings...|S" "inset-settings"
550         End
551
552 #
553 # Toc Listings context menu
554 #
555
556         Menu "context-toc-listing"
557                 Item "Settings...|S" "inset-settings"
558         End
559
560 #
561 # Toc Tables context menu
562 #
563
564         Menu "context-toc-table"
565                 Item "Settings...|S" "inset-settings"
566         End
567
568 #
569 # Toc Childs context menu
570 #
571         Menu "context-toc-child"
572                 Item "Include|c" "inset-modify changetype include"
573                 Item "Input|p" "inset-modify changetype input"
574                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
575                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
576                 Item "Listing|L" "inset-modify changetype lstinputlisting"
577                 Separator
578                 Item "Settings...|S" "inset-settings"
579                 Separator
580                 Item "Edit Included File...|E" "inset-edit"
581         End
582
583 #
584 # Toc Indices context menu
585 #
586
587         Menu "context-toc-index"
588                 OptItem "Settings...|S" "inset-settings"
589         End
590
591 #
592 # Index context menu
593 #
594
595         Menu "context-index"
596                 IndicesContext
597         End
598
599 #
600 # Index Lists context menu
601 #
602
603         Menu "context-indexprint"
604                 Item "All Indexes|A" "inset-modify check-printindex*"
605                 IndicesListsContext
606                 Separator
607                 Item "Subindex|b" "inset-modify toggle-subindex"
608                 Separator
609                 OptItem "Settings...|S" "inset-settings"
610         End
611
612 #
613 # Nomencl List context menu
614 #
615
616         Menu "context-nomenclprint"
617                 OptItem "Settings...|S" "inset-settings"
618         End
619
620
621 # InsetPreview context menu
622 #
623
624         Menu "context-preview"
625                 Item "Dissolve Inset|D" "inset-dissolve"
626         End
627
628
629 #
630 # Toc Changes context menu
631 #
632
633         Menu "context-toc-change"
634                 Item "Accept Change|c" "change-accept"
635                 Item "Reject Change|R" "change-reject"
636         End     
637         
638 #
639 # Toc Table of Context context menu
640 #
641
642         Menu "context-toc-tableofcontents"
643                 Item "Promote Section|P" "outline-out"
644                 Item "Demote Section|D" "outline-in"
645                 Item "Move Section Up|U" "outline-up"
646                 Item "Move Section Down|w" "outline-down"
647                 Separator
648                 Item "Select Section|S" "section-select"
649         End     
650
651 #
652 # InsetERT context menu
653 #
654         Menu "context-ert"
655                 # repeat 1 is added as a work-around to not indicate this action as toggable
656                 Item "Wrap by Preview|y" "command-sequence repeat 1;inset-toggle;char-forward;char-backward;char-forward-select;preview-insert;char-backward;char-backward;inset-toggle"
657         End
658
659 #
660 # InsetHyperlink context menu
661 #
662         Menu "context-hyperlink"
663                 Item "Settings...|S" "inset-settings"
664         End
665
666 #
667 # Toolbar context menu
668 #
669         Menu "context-toolbars"
670                 Toolbars
671                 Separator
672                 Item "Lock Toolbars|L" "toolbar-movable *"
673                 Separator
674                 Item "Small-sized Icons" "icon-size small"
675                 Item "Normal-sized Icons" "icon-size normal"
676                 Item "Big-sized Icons" "icon-size big"
677                 Item "Huge-sized Icons" "icon-size huge"
678                 Item "Giant-sized Icons" "icon-size giant"
679         End
680
681 End