Bug 563598: QSF XML Export: Remove the tooltip from the GtkCalendar. It was causing a crash, probably due to bug 586896.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18176 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Charles Day 2009-07-04 22:57:50 +00:00
parent 095f6a6d0c
commit c18ab75030

View File

@ -195,7 +195,7 @@
<property name="width_request">296</property>
<property name="height_request">48</property>
<property name="visible">True</property>
<property name="label" translatable="yes">Select the date to use and click Export to choose the filename and location.</property>
<property name="label" translatable="yes">Select the date to use and click Export to choose the filename and location. Future dates are not supported.</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_FILL</property>
@ -222,7 +222,6 @@
<property name="width_request">215</property>
<property name="height_request">180</property>
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Future dates are not supported</property>
<property name="can_focus">True</property>
<property name="display_options">GTK_CALENDAR_SHOW_HEADING|GTK_CALENDAR_SHOW_DAY_NAMES</property>
</widget>