LinCity-NG is a City Simulation Game. It is a polished and improved version of the classic LinCity game. from Antti Harri, help by deanna@ ok landry@
24 lines
960 B
Plaintext
24 lines
960 B
Plaintext
$OpenBSD: patch-data_gui_allgone_xml,v 1.1.1.1 2007/12/12 18:14:16 simon Exp $
|
|
--- data/gui/allgone.xml.orig Tue Dec 11 08:26:30 2007
|
|
+++ data/gui/allgone.xml Tue Dec 11 08:26:59 2007
|
|
@@ -32,7 +32,18 @@ WARNING: This file is automatically generated. Do not
|
|
</cell>
|
|
</TableLayout>
|
|
</cell>
|
|
- <cell row="2" col="1"/>
|
|
+ <cell row="2" col="1">
|
|
+ <TableLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" rows="1" cols="1">
|
|
+ <cell row="1" col="1">
|
|
+ <Button name="Ok">
|
|
+ <text-caption style="dialogbutton" translatable="yes">Ok</text-caption>
|
|
+ <image src="images/gui/dialogs/yesbutton.png"/>
|
|
+ <image-hover src="images/gui/dialogs/yesbutton-hover.png"/>
|
|
+ <image-clicked src="images/gui/dialogs/yesbutton-clicked.png"/>
|
|
+ </Button>
|
|
+ </cell>
|
|
+ </TableLayout>
|
|
+ </cell>
|
|
</TableLayout>
|
|
</contents>
|
|
</Window>
|