Commit 85badda0891d2afa07ff19d4c9eb4e2b8cc3df9d
1 parent
493b6b29
Exists in
master
and in
4 other branches
Update UI.
Showing
2 changed files
with
6 additions
and
14 deletions
Show diff stats
src/objects/toolbar/settings.c
ui/application.xml
| ... | ... | @@ -223,49 +223,41 @@ |
| 223 | 223 | <item> |
| 224 | 224 | <attribute name="label" translatable="yes">Copy</attribute> |
| 225 | 225 | <attribute name="action">win.copy</attribute> |
| 226 | - <attribute name="target">auto</attribute> | |
| 227 | 226 | </item> |
| 228 | 227 | |
| 229 | 228 | <item> |
| 230 | 229 | <attribute name="label" translatable="yes">Copy as text</attribute> |
| 231 | - <attribute name="action">win.copy</attribute> | |
| 232 | - <attribute name="target">text</attribute> | |
| 230 | + <attribute name="action">win.copy-text</attribute> | |
| 233 | 231 | </item> |
| 234 | 232 | |
| 235 | 233 | <item> |
| 236 | 234 | <attribute name="label" translatable="yes">Copy as table</attribute> |
| 237 | - <attribute name="action">win.copy</attribute> | |
| 238 | - <attribute name="target">table</attribute> | |
| 235 | + <attribute name="action">win.copy-table</attribute> | |
| 239 | 236 | </item> |
| 240 | 237 | |
| 241 | 238 | <item> |
| 242 | 239 | <attribute name="label" translatable="yes">Append to copy</attribute> |
| 243 | - <attribute name="action">win.copy</attribute> | |
| 244 | - <attribute name="target">append</attribute> | |
| 240 | + <attribute name="action">win.copy-append</attribute> | |
| 245 | 241 | </item> |
| 246 | 242 | |
| 247 | 243 | <item> |
| 248 | 244 | <attribute name="label" translatable="yes">Cut</attribute> |
| 249 | 245 | <attribute name="action">win.cut</attribute> |
| 250 | - <attribute name="target">auto</attribute> | |
| 251 | 246 | </item> |
| 252 | 247 | |
| 253 | 248 | <item> |
| 254 | 249 | <attribute name="label" translatable="yes">Paste from clipboard</attribute> |
| 255 | 250 | <attribute name="action">win.paste</attribute> |
| 256 | - <attribute name="target">clipboard://</attribute> | |
| 257 | 251 | </item> |
| 258 | 252 | |
| 259 | 253 | <item> |
| 260 | 254 | <attribute name="label" translatable="yes">Paste next</attribute> |
| 261 | - <attribute name="action">win.paste</attribute> | |
| 262 | - <attribute name="target">next://</attribute> | |
| 255 | + <attribute name="action">win.paste-next</attribute> | |
| 263 | 256 | </item> |
| 264 | 257 | |
| 265 | 258 | <item> |
| 266 | 259 | <attribute name="label" translatable="yes">Paste from text file</attribute> |
| 267 | - <attribute name="action">win.paste</attribute> | |
| 268 | - <attribute name="target">file://</attribute> | |
| 260 | + <attribute name="action">win.paste-file</attribute> | |
| 269 | 261 | </item> |
| 270 | 262 | |
| 271 | 263 | </section> | ... | ... |