Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2016-03-09 00:32:33 +0300
committerAntenore Gatta <antenore@simbiosi.org>2016-03-09 00:32:33 +0300
commite0f0d4ef7eef6aac571c2759a02a65485ae1d373 (patch)
tree908372ce7a2d724171624174229b4c9b395b1d49
parent80d30305b0f553811a5f13dd041bc811330c80d9 (diff)
parent790a3f958bbe1b7f0d378e9e16df6aea09412488 (diff)
Merge branch 'remmina_main_hacks' into next1.2.0.rcgit.10
-rw-r--r--remmina/ui/remmina_main.glade11
1 files changed, 8 insertions, 3 deletions
diff --git a/remmina/ui/remmina_main.glade b/remmina/ui/remmina_main.glade
index 34f14484a..6ae1ef17a 100644
--- a/remmina/ui/remmina_main.glade
+++ b/remmina/ui/remmina_main.glade
@@ -189,10 +189,13 @@
</child>
<child>
<object class="GtkToggleAction" id="action_view_quick_search">
- <property name="label" translatable="yes">Quick Search</property>
- <property name="short_label" translatable="yes">Quick Search</property>
+ <property name="label" translatable="yes">Quick _Find</property>
+ <property name="short_label" translatable="yes">Quick _Find</property>
+ <property name="tooltip" translatable="yes">Filter profiles by search pattern</property>
+ <property name="icon_name">edit-find</property>
<signal name="activate" handler="remmina_main_on_action_view_quick_search" swapped="no"/>
</object>
+ <accelerator key="f" modifiers="GDK_CONTROL_MASK"/>
</child>
<child>
<object class="GtkToggleAction" id="action_view_quick_connect">
@@ -412,6 +415,7 @@
<property name="related_action">action_view_quick_search</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="opacity">0.97000000067055225</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -809,7 +813,7 @@
<object class="GtkLabel" id="label_quick_search">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Quick Search</property>
+ <property name="label" translatable="yes">Quick _Find</property>
</object>
<packing>
<property name="expand">False</property>
@@ -944,6 +948,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="model">liststore_files_list</property>
+ <property name="enable_search">False</property>
<property name="search_column">0</property>
<signal name="button-press-event" handler="remmina_main_file_list_on_button_press" swapped="no"/>
<signal name="key-press-event" handler="remmina_main_file_list_on_key_press" swapped="no"/>