Imported Upstream version 2008.1+svn1553
[opeanno-debian-packaging.git] / content / gui / quitgame.xml
blobd9ce20ca3dec4eeda045dc25d8d6cc68b720b2fa
1 <?xml version="1.0"?>
2 <Window title="Quit OpenAnno" base_color="40, 40, 40">
3         <Label text="Are you sure you want to Quit OpenAnno?" base_color="40, 40, 40"/>
4         <HBox>
5                 <Spacer />
6                 <Button name="cancelButton" text="Cancel" base_color="40, 40, 40"/>
7                 <Button name="okButton" text="Ok" base_color="40, 40, 40"/>
8         </HBox>
9 </Window>