/usr/share/gwenhywfar/dialogs/dlg_message.dlg is in libgwenhywfar-data 4.20.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <?xml version="1.0" encoding="utf-8"?>
<dialog type="dialog" name="dlg_gwen_msg" flags="decorShrinkable decorStretchable" i18n="gwenhywfar" >
<widget type="vlayout" name="vlayout1" flags="fillX fillY" >
<widget type="label" name="descrLabel" flags="fillX fillY" />
<widget type="vspacer" name="vspacer1" flags="fillY" />
<widget type="hLine" name="hline1" flags="fillX" />
<widget type="hlayout" name="hlayout1" flags="fillX equalWidth" >
<widget type="hspacer" name="hspacer1" flags="fillX" />
<widget type="pushButton" name="button1" text="button1" />
<widget type="pushButton" name="button2" text="button2" />
<widget type="pushButton" name="button3" text="button3" />
</widget>
</widget>
</dialog>
|