mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue