mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Use expected dialog button ordering in Launch Application dialog.
This resolves #639.
This commit is contained in:
parent
f9daa51971
commit
1a634a81bc
2 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue