summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2019-03-30 16:09:59 -0400
committerHenry Castro <hcastro@collabora.com>2019-03-30 16:22:32 -0400
commit59306e2f4c9b6d9ea2d669b5b9ae45573bbbc160 (patch)
treed3ae5810990449703a60031e74db39c56dd558d6 /scripts
parentSwitch local prisoner sockets to abstract UDS (diff)
downloadonline-59306e2f4c9b6d9ea2d669b5b9ae45573bbbc160.tar.gz
online-59306e2f4c9b6d9ea2d669b5b9ae45573bbbc160.zip
loleaflet: rename toolbar.js to Control.Toolbar.js
Change-Id: Ia8d0c3856ea40b4e342e5bec94c558c78464943f
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/unocommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/unocommands.py b/scripts/unocommands.py
index df29ef8e50..3e5ec6bb88 100755
--- a/scripts/unocommands.py
+++ b/scripts/unocommands.py
@@ -122,7 +122,7 @@ def extractToolbarCommands(path):
commands = []
# extract from the menu specifications
- f = open(path + '/loleaflet/src/control/toolbar.js', 'r')
+ f = open(path + '/loleaflet/src/control/Control.Toolbar.js', 'r')
for line in f:
if line.find("_UNO(") >= 0:
commands += commandFromMenuLine(line)