Moved/re-ordered local weather dialogs
as discussed with Thorsten Renk. Suggestions on better namings for menu items still welcome.
This commit is contained in:
parent
7db6c6f876
commit
92b3358f83
1 changed files with 12 additions and 9 deletions
|
@ -329,14 +329,7 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<label>Local Weather</label>
|
<label>Local Weather</label>
|
||||||
<binding>
|
<name>local_weather</name>
|
||||||
<command>dialog-show</command>
|
|
||||||
<dialog-name>local_weather</dialog-name>
|
|
||||||
</binding>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<label>Local Weather Tiles</label>
|
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-show</command>
|
<command>dialog-show</command>
|
||||||
<dialog-name>local_weather_tiles</dialog-name>
|
<dialog-name>local_weather_tiles</dialog-name>
|
||||||
|
@ -344,7 +337,8 @@
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<label>Local Weather Config</label>
|
<label>Local Weather Settings</label>
|
||||||
|
<name>local_weather_config</name>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-show</command>
|
<command>dialog-show</command>
|
||||||
<dialog-name>local_weather_config</dialog-name>
|
<dialog-name>local_weather_config</dialog-name>
|
||||||
|
@ -690,6 +684,15 @@
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<label>Local Weather (Test)</label>
|
||||||
|
<name>local_weather</name>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-show</command>
|
||||||
|
<dialog-name>local_weather</dialog-name>
|
||||||
|
</binding>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<label>Print Visible Scene Info</label>
|
<label>Print Visible Scene Info</label>
|
||||||
<binding>
|
<binding>
|
||||||
|
|
Loading…
Reference in a new issue