Use expected dialog button ordering in Launch Application dialog.

This resolves #639.
This commit is contained in:
wolfbeast 2018-07-16 08:16:07 +02:00 committed by Roy Tam
commit 1a634a81bc
2 changed files with 6 additions and 1 deletions

View file

@ -45,8 +45,13 @@
<description id="remember-text"/>
<hbox class="dialog-button-box" pack="end">
#ifdef XP_WIN
<button dlgtype="accept" label="&accept;" icon="open" class="dialog-button"/>
<button dlgtype="cancel" icon="cancel" class="dialog-button"/>
#else
<button dlgtype="cancel" icon="cancel" class="dialog-button"/>
<button dlgtype="accept" label="&accept;" icon="open" class="dialog-button"/>
#endif
</hbox>
</dialog>

View file

@ -6,5 +6,5 @@ toolkit.jar:
% content mozapps %content/mozapps/
content/mozapps/handling/handler.css (content/handler.css)
content/mozapps/handling/handler.xml (content/handler.xml)
content/mozapps/handling/dialog.xul (content/dialog.xul)
* content/mozapps/handling/dialog.xul (content/dialog.xul)
content/mozapps/handling/dialog.js (content/dialog.js)