Commit 558ab0a13aa5a4ecd110859cb511043dc58341c5
1 parent
81d5a6c6
Exists in
master
and in
4 other branches
Working on UI.
Showing
2 changed files
with
18 additions
and
7 deletions
Show diff stats
src/objects/window/actions/setcolors.c
ui/application.xml
... | ... | @@ -184,7 +184,7 @@ |
184 | 184 | <attribute name="action">win.file.transfer</attribute> |
185 | 185 | </item> |
186 | 186 | |
187 | - <submenu> | |
187 | + <!-- submenu> | |
188 | 188 | |
189 | 189 | <attribute name='label' translatable='yes'>Preferences</attribute> |
190 | 190 | |
... | ... | @@ -198,7 +198,7 @@ |
198 | 198 | <attribute name="action">win.session.properties</attribute> |
199 | 199 | </item> |
200 | 200 | |
201 | - </submenu> | |
201 | + </submenu --> | |
202 | 202 | |
203 | 203 | <item> |
204 | 204 | <attribute name="label" translatable="yes">Close window</attribute> |
... | ... | @@ -355,10 +355,10 @@ |
355 | 355 | |
356 | 356 | <attribute name='label' translatable='yes'>_Network</attribute> |
357 | 357 | |
358 | - <item> | |
358 | + <!-- item> | |
359 | 359 | <attribute name="label" translatable="yes">Host properties</attribute> |
360 | - <attribute name="action">win.set.host</attribute> | |
361 | - </item> | |
360 | + <attribute name="action">win.host.properties</attribute> | |
361 | + </item --> | |
362 | 362 | |
363 | 363 | <item> |
364 | 364 | <attribute name="label" translatable="yes">_Connect</attribute> |
... | ... | @@ -376,9 +376,19 @@ |
376 | 376 | |
377 | 377 | <attribute name='label' translatable='yes'>Settings</attribute> |
378 | 378 | |
379 | - <item> | |
379 | + <!-- item> | |
380 | 380 | <attribute name="label" translatable="yes">Colors</attribute> |
381 | 381 | <attribute name="action">win.set.colors</attribute> |
382 | + </item --> | |
383 | + | |
384 | + <item> | |
385 | + <attribute name="label" translatable="yes">Application</attribute> | |
386 | + <attribute name="action">app.preferences</attribute> | |
387 | + </item> | |
388 | + | |
389 | + <item> | |
390 | + <attribute name="label" translatable="yes">Current session</attribute> | |
391 | + <attribute name="action">win.session.properties</attribute> | |
382 | 392 | </item> |
383 | 393 | |
384 | 394 | <submenu> | ... | ... |