Commit 558ab0a13aa5a4ecd110859cb511043dc58341c5

Authored by Perry Werneck
1 parent 81d5a6c6

Working on UI.

src/objects/window/actions/setcolors.c
... ... @@ -42,7 +42,8 @@
42 42  
43 43 action->parent.name = "set.colors";
44 44 action->icon_name = "gtk-select-color";
45   - action->label = N_("Colors");
  45 + action->label = _("Colors");
  46 + action->tooltip = _("Change terminal colors");
46 47  
47 48 return G_ACTION(action);
48 49  
... ...
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>
... ...