loleaflet: rename toolbar.js to Control.Toolbar.js
Change-Id: Ia8d0c3856ea40b4e342e5bec94c558c78464943f
This commit is contained in:
parent
81a27e26aa
commit
59306e2f4c
3 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ var deps = {
|
|||
},
|
||||
|
||||
ControlToolbar: {
|
||||
src: ['control/toolbar.js'],
|
||||
src: ['control/Control.Toolbar.js'],
|
||||
heading: 'Controls',
|
||||
desc: 'LibreOffice Online toolbar'
|
||||
},
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue