|
Revision 20289, 0.7 kB
(checked in by thorikawa, 5 years ago)
|
|
ブラウザ終了時に端末選択を解除する/しないをOptionsから切り替えられるようにした。
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <?xml-stylesheet href="chrome://msim/skin/options.css" type="text/css"?> |
|---|
| 3 | |
|---|
| 4 | <!DOCTYPE page SYSTEM "chrome://msim/locale/msim.dtd"> |
|---|
| 5 | |
|---|
| 6 | <page onload="parent.firemobilesimulator.options.initializeOptions()" |
|---|
| 7 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
|---|
| 8 | |
|---|
| 9 | <groupbox>
|
|---|
| 10 | <caption label="&msim.options.general.quit.label;"/>
|
|---|
| 11 | <grid>
|
|---|
| 12 | <rows id="msim.options.general.quit.rows">
|
|---|
| 13 | <row align="center">
|
|---|
| 14 | <checkbox id="msim-checkbox-general-reset-device-onquit" label="&msim.options.general.quit.reset-device-onquit.label;"/>
|
|---|
| 15 | </row>
|
|---|
| 16 | </rows>
|
|---|
| 17 | </grid>
|
|---|
| 18 | </groupbox>
|
|---|
| 19 | |
|---|
| 20 | <separator/> |
|---|
| 21 | <hbox> |
|---|
| 22 | <spacer flex="1"/> |
|---|
| 23 | </hbox> |
|---|
| 24 | </page> |
|---|