[gnumeric] hlink: don't reinvent the default tip in ods import.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] hlink: don't reinvent the default tip in ods import.
- Date: Mon, 20 Mar 2017 22:54:11 +0000 (UTC)
commit ed3347e01460d24bc5951931b6f0aede40a4c643
Author: Morten Welinder <terra gnome org>
Date: Mon Mar 20 18:53:40 2017 -0400
hlink: don't reinvent the default tip in ods import.
plugins/openoffice/ChangeLog | 5 +++++
plugins/openoffice/openoffice-read.c | 3 +--
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 8df0284..3549679 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-20 Morten Welinder <terra gnome org>
+
+ * openoffice-read.c (oo_cell_content_link): Don't reinvent the
+ default tip here.
+
2017-03-10 Morten Welinder <terra gnome org>
* openoffice-read.c (oo_cell_content_link): Handle both #Sheet1.A1
diff --git a/plugins/openoffice/openoffice-read.c b/plugins/openoffice/openoffice-read.c
index dc881e2..4001bc3 100644
--- a/plugins/openoffice/openoffice-read.c
+++ b/plugins/openoffice/openoffice-read.c
@@ -4311,8 +4311,7 @@ oo_cell_content_link (GsfXMLIn *xin, xmlChar const **attrs)
{
OOParseState *state = (OOParseState *)xin->user_state;
char const *href = NULL;
- char const *tip = _("Left click once to follow this link.\n"
- "Middle click once to select this cell");
+ char const *tip = NULL;
GnmHLink *hlink = NULL;
for (; attrs != NULL && attrs[0] && attrs[1] ; attrs += 2)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]