Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
723094c6
Commit
723094c6
authored
Dec 26, 2001
by
Andreas J. Guelzow
Browse files
Change position of help button
parent
7c464bd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/dialogs/ChangeLog
View file @
723094c6
2001-12-15 Andreas J. Guelzow <aguelzow@taliesin.ca>
* autocorrect.glade : change position of help button
2001-12-22 Wayne Schuller <k_wayne@linuxpower.org>
* dialog-printer-setup.c (hf_customize_help) : hook up help
...
...
@@ -47,6 +51,7 @@
* Release 0.99.0
2001-12-15 Andreas J. Guelzow <aguelzow@taliesin.ca>
* dialog-stf-main-page.c (stf_dialog_main_page_init) truncate
preview to avoid wraps (# 66393)
* dialog-stf.h define maximal preview size
...
...
src/dialogs/autocorrect.glade
View file @
723094c6
...
...
@@ -62,29 +62,29 @@
<widget>
<class>
GtkButton
</class>
<name>
help
_button
</name>
<name>
ok
_button
</name>
<can_default>
True
</can_default>
<has_default>
True
</has_default>
<can_focus>
True
</can_focus>
<stock_button>
GNOME_STOCK_BUTTON_
HELP
</stock_button>
<stock_button>
GNOME_STOCK_BUTTON_
OK
</stock_button>
<relief>
GTK_RELIEF_NORMAL
</relief>
</widget>
<widget>
<class>
GtkButton
</class>
<name>
ok
_button
</name>
<name>
cancel
_button
</name>
<can_default>
True
</can_default>
<has_default>
True
</has_default>
<can_focus>
True
</can_focus>
<stock_button>
GNOME_STOCK_BUTTON_
OK
</stock_button>
<stock_button>
GNOME_STOCK_BUTTON_
CANCEL
</stock_button>
<relief>
GTK_RELIEF_NORMAL
</relief>
</widget>
<widget>
<class>
GtkButton
</class>
<name>
canc
el_button
</name>
<name>
h
el
p
_button
</name>
<can_default>
True
</can_default>
<can_focus>
True
</can_focus>
<stock_button>
GNOME_STOCK_BUTTON_
CANC
EL
</stock_button>
<stock_button>
GNOME_STOCK_BUTTON_
H
EL
P
</stock_button>
<relief>
GTK_RELIEF_NORMAL
</relief>
</widget>
</widget>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment