Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Weblate
gajim
Commits
b763319d
Commit
b763319d
authored
19 years ago
by
nkour
Browse files
Options
Downloads
Patches
Plain Diff
2 more menuitems in help menu
parent
b25569f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/gtkgui.glade
+41
-9
41 additions, 9 deletions
src/gtkgui.glade
with
41 additions
and
9 deletions
src/gtkgui.glade
+
41
−
9
View file @
b763319d
...
...
@@ -50,7 +50,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
<widget class="GtkImage" id="image12
18
">
<widget class="GtkImage" id="image12
53
">
<property name="visible">True</property>
<property name="stock">gtk-new</property>
<property name="icon_size">1</property>
...
...
@@ -70,7 +70,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
<widget class="GtkImage" id="image12
19
">
<widget class="GtkImage" id="image12
54
">
<property name="visible">True</property>
<property name="stock">gtk-connect</property>
<property name="icon_size">1</property>
...
...
@@ -96,7 +96,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
<widget class="GtkImage" id="image12
20
">
<widget class="GtkImage" id="image12
55
">
<property name="visible">True</property>
<property name="stock">gtk-add</property>
<property name="icon_size">1</property>
...
...
@@ -116,7 +116,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
<widget class="GtkImage" id="image12
21
">
<widget class="GtkImage" id="image12
56
">
<property name="visible">True</property>
<property name="stock">gtk-find</property>
<property name="icon_size">1</property>
...
...
@@ -163,7 +163,7 @@
<accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image12
22
">
<widget class="GtkImage" id="image12
57
">
<property name="visible">True</property>
<property name="stock">gtk-quit</property>
<property name="icon_size">1</property>
...
...
@@ -198,7 +198,7 @@
<accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image12
23
">
<widget class="GtkImage" id="image12
58
">
<property name="visible">True</property>
<property name="stock">gtk-network</property>
<property name="icon_size">1</property>
...
...
@@ -220,7 +220,7 @@
<accelerator key="T" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image12
24
">
<widget class="GtkImage" id="image12
59
">
<property name="visible">True</property>
<property name="stock">gtk-file</property>
<property name="icon_size">1</property>
...
...
@@ -241,7 +241,7 @@
<signal name="activate" handler="on_profile_avatar_activate" last_modification_time="Thu, 09 Jun 2005 22:22:16 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image12
25
">
<widget class="GtkImage" id="image12
60
">
<property name="visible">True</property>
<property name="stock">gtk-properties</property>
<property name="icon_size">1</property>
...
...
@@ -269,7 +269,7 @@
<accelerator key="P" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image12
2
6">
<widget class="GtkImage" id="image126
1
">
<property name="visible">True</property>
<property name="stock">gtk-preferences</property>
<property name="icon_size">1</property>
...
...
@@ -295,6 +295,38 @@
<child>
<widget class="GtkMenu" id="help_menu_menu">
<child>
<widget class="GtkImageMenuItem" id="contents_menuitem">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Help online</property>
<property name="label" translatable="yes">_Contents</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_contents_menuitem_activate" last_modification_time="Thu, 06 Oct 2005 23:29:10 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image1262">
<property name="visible">True</property>
<property name="stock">gtk-help</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="faq_menuitem">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Frequently Asked Questions (online)</property>
<property name="label" translatable="yes">_FAQ</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_faq_menuitem_activate" last_modification_time="Thu, 06 Oct 2005 23:29:10 GMT"/>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="about_menuitem">
<property name="visible">True</property>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment