* src/edit_person.glade: Add tooltips and hotkeys to the radiobuttons.

svn: r2508
This commit is contained in:
Alex Roitman 2003-12-12 03:57:06 +00:00
parent 1ad5caca09
commit 5c6ebbdc99
2 changed files with 13 additions and 9 deletions

View File

@ -1,6 +1,7 @@
2003-12-11 Alex Roitman <shura@alex.neuro.umn.edu>
* src/docgen/PdfDoc.py (draw_text): Remove extra ",".
* src/docgen/HtmlDoc.py (write_note): Use styles for preformatted note.
* src/edit_person.glade: Add tooltips and hotkeys to the radiobuttons.
2003-12-10 Don Allingham <dallingham@users.sourceforge.net>
* src/GrampsCfg.py: Make sure to return "BOTH" if the gnome

View File

@ -3525,13 +3525,14 @@
<property name="justification">GTK_JUSTIFY_LEFT</property>
<property name="wrap_mode">GTK_WRAP_WORD</property>
<property name="cursor_visible">True</property>
<property name="pixels_above_lines">12</property>
<property name="pixels_below_lines">12</property>
<property name="pixels_inside_wrap">12</property>
<property name="left_margin">12</property>
<property name="right_margin">12</property>
<property name="indent">0</property>
<property name="text" translatable="yes"></property>
<property name="pixels_above_lines">6</property>
<property name="pixels_below_lines">0</property>
<property name="pixels_inside_wrap">0</property>
<property name="left_margin">6</property>
<property name="right_margin">6</property>
<property name="indent">6</property>
<property name="text" translatable="yes">kjhkjh
kjhkjhk</property>
</widget>
</child>
</widget>
@ -3580,8 +3581,9 @@
<child>
<widget class="GtkRadioButton" id="flowed">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Multiple spaces, tabs, and single line breaks are replaced with single spaces. Two consecutive line breaks mark a new paragraph.</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Flo_wed</property>
<property name="label" translatable="yes">_Flowed</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">True</property>
@ -3601,8 +3603,9 @@
<child>
<widget class="GtkRadioButton" id="preform">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Formatting is preserved, except for the leading whitespace. Multiple spaces, tabs, and all line breaks are honored.</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Pre_formatted</property>
<property name="label" translatable="yes">_Preformatted</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property>