Commit a8459063de2f1c6f38e7df8325774a342fe37e67
1 parent
827ae1e7
Exists in
master
and in
4 other branches
Updating user interface.
Showing
1 changed file
with
7 additions
and
15 deletions
Show diff stats
ui/window.xml
... | ... | @@ -65,31 +65,26 @@ |
65 | 65 | <item> |
66 | 66 | <attribute name="label" translatable="yes">Copy</attribute> |
67 | 67 | <attribute name="action">win.copy</attribute> |
68 | - <attribute name="target">auto</attribute> | |
69 | 68 | </item> |
70 | 69 | |
71 | 70 | <item> |
72 | 71 | <attribute name="label" translatable="yes">Copy as text</attribute> |
73 | - <attribute name="action">win.copy</attribute> | |
74 | - <attribute name="target">text</attribute> | |
72 | + <attribute name="action">win.copy-text</attribute> | |
75 | 73 | </item> |
76 | 74 | |
77 | 75 | <item> |
78 | 76 | <attribute name="label" translatable="yes">Copy as table</attribute> |
79 | - <attribute name="action">win.copy</attribute> | |
80 | - <attribute name="target">table</attribute> | |
77 | + <attribute name="action">win.copy-table</attribute> | |
81 | 78 | </item> |
82 | 79 | |
83 | 80 | <item> |
84 | 81 | <attribute name="label" translatable="yes">Append to copy</attribute> |
85 | - <attribute name="action">win.copy</attribute> | |
86 | - <attribute name="target">append</attribute> | |
82 | + <attribute name="action">win.copy-append</attribute> | |
87 | 83 | </item> |
88 | 84 | |
89 | 85 | <item> |
90 | 86 | <attribute name="label" translatable="yes">Cut</attribute> |
91 | 87 | <attribute name="action">win.cut</attribute> |
92 | - <attribute name="target">auto</attribute> | |
93 | 88 | </item> |
94 | 89 | |
95 | 90 | </section> |
... | ... | @@ -98,12 +93,12 @@ |
98 | 93 | |
99 | 94 | <item> |
100 | 95 | <attribute name="label" translatable="yes">Save selected</attribute> |
101 | - <attribute name="action">win.save.selected</attribute> | |
96 | + <attribute name="action">win.save-selected</attribute> | |
102 | 97 | </item> |
103 | 98 | |
104 | 99 | <item> |
105 | 100 | <attribute name="label" translatable="yes">Print selected</attribute> |
106 | - <attribute name="action">win.print.selected</attribute> | |
101 | + <attribute name="action">win.print-selected</attribute> | |
107 | 102 | </item> |
108 | 103 | |
109 | 104 | <item> |
... | ... | @@ -211,19 +206,16 @@ |
211 | 206 | <item> |
212 | 207 | <attribute name="label" translatable="yes">Paste from clipboard</attribute> |
213 | 208 | <attribute name="action">win.paste</attribute> |
214 | - <attribute name="target">clipboard://</attribute> | |
215 | 209 | </item> |
216 | 210 | |
217 | 211 | <item> |
218 | 212 | <attribute name="label" translatable="yes">Paste next</attribute> |
219 | - <attribute name="action">win.paste</attribute> | |
220 | - <attribute name="target">next://</attribute> | |
213 | + <attribute name="action">win.paste-next</attribute> | |
221 | 214 | </item> |
222 | 215 | |
223 | 216 | <item> |
224 | 217 | <attribute name="label" translatable="yes">Paste from text file</attribute> |
225 | - <attribute name="action">win.paste</attribute> | |
226 | - <attribute name="target">file://</attribute> | |
218 | + <attribute name="action">win.paste-file</attribute> | |
227 | 219 | </item> |
228 | 220 | |
229 | 221 | </section> | ... | ... |