[PATCH] Changed Insert->File... to Insert->Document... as a fix for ...
Kesha Shah (via Code Review)
gerrit at gerrit.libreoffice.org
Wed Apr 10 09:58:38 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3309
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/09/3309/1
Changed Insert->File... to Insert->Document... as a fix for bug 62097
Change-Id: Ib8b6df1b76d7a1d9139c0fa96676b686a72e2547
---
A 0001-Changed-Insert-File.-to-Insert-Document.-as-a-fix-fo.patch
A autogen.lastrun
M officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
M scripting/workben/bindings/drawmenubar.xml
4 files changed, 44 insertions(+), 2 deletions(-)
diff --git a/0001-Changed-Insert-File.-to-Insert-Document.-as-a-fix-fo.patch b/0001-Changed-Insert-File.-to-Insert-Document.-as-a-fix-fo.patch
new file mode 100644
index 0000000..f6a9b31
--- /dev/null
+++ b/0001-Changed-Insert-File.-to-Insert-Document.-as-a-fix-fo.patch
@@ -0,0 +1,41 @@
+From f3b05d61fb02877aac4ea7a8268b16457c234775 Mon Sep 17 00:00:00 2001
+From: kesha <kesha at kesha-VPCEH38FN.(none)>
+Date: Wed, 10 Apr 2013 13:48:01 +0530
+Subject: [PATCH] Changed Insert->File... to Insert->Document... as a fix for
+ bug 62097
+
+Change-Id: Ib8b6df1b76d7a1d9139c0fa96676b686a72e2547
+---
+ .../org/openoffice/Office/UI/GenericCommands.xcu | 2 +-
+ scripting/workben/bindings/drawmenubar.xml | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+index 925d513..4251ce6 100644
+--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
++++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+@@ -2220,7 +2220,7 @@
+ </node>
+ <node oor:name=".uno:InsertDoc" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+- <value xml:lang="en-US">~File...</value>
++ <value xml:lang="en-US">~Document...</value>
+ </prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+diff --git a/scripting/workben/bindings/drawmenubar.xml b/scripting/workben/bindings/drawmenubar.xml
+index 4f0d1e9..fa05dbf 100644
+--- a/scripting/workben/bindings/drawmenubar.xml
++++ b/scripting/workben/bindings/drawmenubar.xml
+@@ -197,7 +197,7 @@
+ <menu:menuitem menu:id="slot:10140" menu:helpid="10140" menu:label="Chart"/>
+ <menu:menuitem menu:id="slot:5563" menu:helpid="5563" menu:label="Float~ing Frame..."/>
+ <menu:menuseparator/>
+- <menu:menuitem menu:id="slot:27015" menu:helpid="27015" menu:label="~File..."/>
++ <menu:menuitem menu:id="slot:27015" menu:helpid="27015" menu:label="~Drawing File..."/>
+ </menu:menupopup>
+ </menu:menu>
+ <menu:menu menu:id="slot:22" menu:label="F~ormat">
+--
+1.7.9.5
+
diff --git a/autogen.lastrun b/autogen.lastrun
new file mode 100644
index 0000000..dfc858b
--- /dev/null
+++ b/autogen.lastrun
@@ -0,0 +1 @@
+--enable-debug
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 925d513..4251ce6 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2220,7 +2220,7 @@
</node>
<node oor:name=".uno:InsertDoc" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~File...</value>
+ <value xml:lang="en-US">~Document...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/scripting/workben/bindings/drawmenubar.xml b/scripting/workben/bindings/drawmenubar.xml
index 4f0d1e9..fa05dbf 100644
--- a/scripting/workben/bindings/drawmenubar.xml
+++ b/scripting/workben/bindings/drawmenubar.xml
@@ -197,7 +197,7 @@
<menu:menuitem menu:id="slot:10140" menu:helpid="10140" menu:label="Chart"/>
<menu:menuitem menu:id="slot:5563" menu:helpid="5563" menu:label="Float~ing Frame..."/>
<menu:menuseparator/>
- <menu:menuitem menu:id="slot:27015" menu:helpid="27015" menu:label="~File..."/>
+ <menu:menuitem menu:id="slot:27015" menu:helpid="27015" menu:label="~Drawing File..."/>
</menu:menupopup>
</menu:menu>
<menu:menu menu:id="slot:22" menu:label="F~ormat">
--
To view, visit https://gerrit.libreoffice.org/3309
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib8b6df1b76d7a1d9139c0fa96676b686a72e2547
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Kesha Shah <kesha.shah1106 at gmail.com>
More information about the LibreOffice
mailing list