-rw-r--r-- | content/photoset-props.xul | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/photoset-props.xul b/content/photoset-props.xul index e8f6d13..2efa9e6 100644 --- a/content/photoset-props.xul +++ b/content/photoset-props.xul | |||
@@ -7,16 +7,17 @@ | |||
7 | id="photoset_props" | 7 | id="photoset_props" |
8 | buttons="accept,cancel" | 8 | buttons="accept,cancel" |
9 | defaultbutton="accept" | 9 | defaultbutton="accept" |
10 | title="&photosetprops.title;" | 10 | title="&photosetprops.title;" |
11 | onload="psetprops.init()" | 11 | onload="psetprops.init()" |
12 | ondialogaccept="psetprops.on_accept()" | 12 | ondialogaccept="psetprops.on_accept()" |
13 | > | 13 | > |
14 | 14 | ||
15 | <script src="util.js" type="application/x-javascript"/> | ||
15 | <script src="photoset-props.js" type="application/x-javascript"/> | 16 | <script src="photoset-props.js" type="application/x-javascript"/> |
16 | 17 | ||
17 | <commandset> | 18 | <commandset> |
18 | <command id="cmd_select_picture" | 19 | <command id="cmd_select_picture" |
19 | oncommand="psetprops.on_select_picture(event)"/> | 20 | oncommand="psetprops.on_select_picture(event)"/> |
20 | </commandset> | 21 | </commandset> |
21 | 22 | ||
22 | <hbox class="wholething"> | 23 | <hbox class="wholething"> |