This file is indexed.

/usr/share/openmsx-catapult/resources/dialogs/fullscreen.xrc is in openmsx-catapult 0.12.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
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0"?>
<!-- generated by wxGlade 0.3.2 on Sat Apr 17 14:52:19 2004 -->

<resource version="2.3.0.1">
    <object class="wxDialog" name="FullScreenDialog">
        <style>wxDIALOG_MODAL|wxCAPTION|wxSYSTEM_MENU</style>
        <title>Information</title>
        <centered>1</centered>
        <object class="wxBoxSizer">
            <orient>wxVERTICAL</orient>
            <object class="sizeritem">
                <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
                <border>10</border>
                <option>1</option>
                <object class="wxBoxSizer">
                    <orient>wxHORIZONTAL</orient>
                    <object class="sizeritem">
                        <flag>wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
                        <option>1</option>
                        <object class="wxStaticText" name="label_1">
                            <label>You're about to switch openMSX to full screen.\nThis means that Catapult will not be visible anymore.\nTo switch back to windowed mode please open the \nconsole in openMSX and type 'set fullscreen off'\nThis can also be done by hitting F12 (default setting).</label>
                        </object>
                    </object>
                </object>
            </object>
            <object class="sizeritem">
                <flag>wxALL</flag>
                <border>10</border>
                <object class="wxCheckBox" name="DoNotShow">
                    <label>Don't show this message again</label>
                </object>
            </object>
            <object class="sizeritem">
                <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
                <border>10</border>
                <object class="wxBoxSizer">
                    <orient>wxHORIZONTAL</orient>
                    <object class="sizeritem">
                        <flag>wxLEFT|wxRIGHT</flag>
                        <border>3</border>
                        <object class="wxButton" name="OkButton">
                            <label>OK</label>
                        </object>
                    </object>
                    <object class="sizeritem">
                        <flag>wxLEFT|wxRIGHT</flag>
                        <border>3</border>
                        <object class="wxButton" name="CancelButton">
                            <label>Cancel</label>
                        </object>
                    </object>
                </object>
            </object>
        </object>
    </object>
</resource>