diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-15 02:44:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-15 02:44:26 +0800 |
commit | c6644e61cfbf9096ac5e2d29805cb1d8593fc252 (patch) | |
tree | 429441e672f37b61610dc3d0d279bab31729c731 /math/gnumeric2/files | |
parent | 6956f283ec9f1c49c01da70b7a1ffc75f58304f0 (diff) | |
download | freebsd-ports-graphics-c6644e61cfbf9096ac5e2d29805cb1d8593fc252.tar.gz freebsd-ports-graphics-c6644e61cfbf9096ac5e2d29805cb1d8593fc252.tar.zst freebsd-ports-graphics-c6644e61cfbf9096ac5e2d29805cb1d8593fc252.zip |
* Fix a problem importing text files [1]
* Convert to new GNOME infrastructure
Reported by: Kevin Oberman <oberman@es.net> [1]
Obtained from: Gnumeric CVS [1]
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r-- | math/gnumeric2/files/patch-src_dialogs_dialog-stf.glade | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/math/gnumeric2/files/patch-src_dialogs_dialog-stf.glade b/math/gnumeric2/files/patch-src_dialogs_dialog-stf.glade new file mode 100644 index 00000000000..82bc0c08419 --- /dev/null +++ b/math/gnumeric2/files/patch-src_dialogs_dialog-stf.glade @@ -0,0 +1,132 @@ +--- src/dialogs/dialog-stf.glade.orig Mon Apr 14 14:41:34 2003 ++++ src/dialogs/dialog-stf.glade Mon Apr 14 14:41:38 2003 +@@ -23,7 +23,7 @@ + <widget class="GnomeDruidPageStandard" id="main_page"> + <property name="visible">True</property> + <property name="title" translatable="yes">Data type and number of lines</property> +- <property name="logo">stf-druid.png</property> ++ <property name="logo">../../../pixmaps/gnumeric/stf-druid.png</property> + + <child internal-child="vbox"> + <widget class="GtkVBox" id="vbox1"> +@@ -123,7 +123,7 @@ + <property name="visible">True</property> + <property name="tooltip" translatable="yes">Trim leading and trailing spaces from each column, if you are unsure you should leave this at the default setting.</property> + <property name="can_focus">True</property> +- <property name="history">-1</property> ++ <property name="history">0</property> + + <child internal-child="menu"> + <widget class="GtkMenu" id="convertwidget1"> +@@ -132,18 +132,24 @@ + <child> + <widget class="GtkMenuItem" id="convertwidget2"> + <property name="visible">True</property> ++ <property name="label" translatable="yes">Always (Both Sides)</property> ++ <property name="use_underline">True</property> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="convertwidget3"> + <property name="visible">True</property> ++ <property name="label" translatable="yes">Never</property> ++ <property name="use_underline">True</property> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="convertwidget4"> + <property name="visible">True</property> ++ <property name="label" translatable="yes">On left side only</property> ++ <property name="use_underline">True</property> + </widget> + </child> + +@@ -451,7 +457,7 @@ + <widget class="GnomeDruidPageStandard" id="csv_page"> + <property name="visible">True</property> + <property name="title" translatable="yes">Separation customization</property> +- <property name="logo">stf-druid.png</property> ++ <property name="logo">../../../pixmaps/gnumeric/stf-druid.png</property> + + <child internal-child="vbox"> + <widget class="GtkVBox" id="vbox4"> +@@ -1107,7 +1113,7 @@ + <widget class="GnomeDruidPageStandard" id="fixed_page"> + <property name="visible">True</property> + <property name="title" translatable="yes">Fixed width customization</property> +- <property name="logo">stf-druid.png</property> ++ <property name="logo">../../../pixmaps/gnumeric/stf-druid.png</property> + + <child internal-child="vbox"> + <widget class="GtkVBox" id="vbox7"> +@@ -1169,7 +1175,7 @@ + <widget class="GtkCList" id="fixed_collist"> + <property name="visible">True</property> + <property name="can_focus">True</property> +- <property name="n_columns">1</property> ++ <property name="n_columns">2</property> + <property name="column_widths">80</property> + <property name="selection_mode">GTK_SELECTION_SINGLE</property> + <property name="show_titles">True</property> +@@ -1177,19 +1183,32 @@ + + <child> + <widget class="GtkLabel" id="label14"> +- <property name="visible">True</property> + <property name="label" translatable="yes">Column</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> +- <property name="xalign">7.45058e-09</property> ++ <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + </child> ++ <child> ++ <widget class="GtkLabel" id="label15"> ++ <property name="label" translatable="yes">End</property> ++ <property name="use_underline">False</property> ++ <property name="use_markup">False</property> ++ <property name="hustify">GTK_JUSTIFY_LEFT</property> ++ <property name="wrap">False</property> ++ <property name="selectable">False</property> ++ <property name="xalign">0</property> ++ <property name="yalign">0.5</property> ++ <property name="xpad">0</property> ++ <property name="ypad">0</property> ++ </widget> ++ </child> + </widget> + </child> + </widget> +@@ -1509,7 +1528,7 @@ + <widget class="GnomeDruidPageStandard" id="format_page"> + <property name="visible">True</property> + <property name="title" translatable="yes">Column formatting</property> +- <property name="logo">stf-druid.png</property> ++ <property name="logo">../../../pixmaps/gnumeric/stf-druid.png</property> + + <child internal-child="vbox"> + <widget class="GtkVBox" id="druid-vbox4"> +@@ -1573,7 +1592,6 @@ + + <child> + <widget class="GtkLabel" id="label12"> +- <property name="visible">True</property> + <property name="label" translatable="yes">Column</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> +@@ -1677,7 +1695,6 @@ + + <child> + <widget class="GtkLabel" id="label8"> +- <property name="visible">True</property> + <property name="label" translatable="yes"></property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> |