[Commits] (morgen) Swapped Ok/Cancel button positions
commits at osafoundation.org
commits at osafoundation.org
Mon Apr 25 17:43:02 PDT 2005
Commit by: morgen
Modified files:
chandler/application/dialogs/AccountPreferences.wdr 1.17 1.18
chandler/application/dialogs/AccountPreferences_wdr.xrc 1.16 1.17
Log message:
Swapped Ok/Cancel button positions
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/application/dialogs/AccountPreferences.wdr.diff?r1=text&tr1=1.17&r2=text&tr2=1.18
http://cvs.osafoundation.org/index.cgi/chandler/application/dialogs/AccountPreferences_wdr.xrc.diff?r1=text&tr1=1.16&r2=text&tr2=1.17
Index: chandler/application/dialogs/AccountPreferences_wdr.xrc
diff -u chandler/application/dialogs/AccountPreferences_wdr.xrc:1.16 chandler/application/dialogs/AccountPreferences_wdr.xrc:1.17
--- chandler/application/dialogs/AccountPreferences_wdr.xrc:1.16 Mon Mar 28 23:22:48 2005
+++ chandler/application/dialogs/AccountPreferences_wdr.xrc Mon Apr 25 17:43:00 2005
@@ -632,16 +632,16 @@
<object class="sizeritem">
<flag>wxALIGN_CENTER|wxALL</flag>
<border>10</border>
- <object class="wxButton" name="wxID_OK">
- <label>OK</label>
- <default>1</default>
+ <object class="wxButton" name="wxID_CANCEL">
+ <label>Cancel</label>
</object>
</object>
<object class="sizeritem">
<flag>wxALIGN_CENTER|wxALL</flag>
<border>10</border>
- <object class="wxButton" name="wxID_CANCEL">
- <label>Cancel</label>
+ <object class="wxButton" name="wxID_OK">
+ <label>OK</label>
+ <default>1</default>
</object>
</object>
</object>
More information about the Commits
mailing list