~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/src/resources/ask_assocs.xrc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<resource>
 
2
<object class="wxDialog" name="askAssoc">
 
3
    <title>File associations</title>
 
4
    <object class="wxBoxSizer">
 
5
        <orient>wxVERTICAL</orient>
 
6
        <object class="sizeritem">
 
7
            <flag>wxALIGN_CENTER_VERTICAL|wxALL</flag>
 
8
            <border>10</border>
 
9
            <object class="wxStaticText">
 
10
                <label>Code::Blocks is currently not the default application for C/C++ source files.
 
11
Do you want to set it as default?
 
12
 
 
13
You can always change associations from the environment settings later.</label>
 
14
            </object>
 
15
        </object>
 
16
        <object class="sizeritem">
 
17
            <flag>wxALIGN_CENTER|wxALL</flag>
 
18
            <border>10</border>
 
19
            <object class="wxRadioBox" name="choice">
 
20
                <style>wxRA_SPECIFY_COLS|wxNO_BORDER</style>
 
21
                <dimension>1</dimension>
 
22
                <selection>2</selection>
 
23
                <content>
 
24
                    <item>No, leave everything as it is</item>
 
25
                    <item>No, leave everything as it is (but ask me again next time)</item>
 
26
                    <item>Yes, associate Code::Blocks with C/C++ file types</item>
 
27
                    <item>Yes, associate Code::Blocks with every supported type (including project files from other IDEs)</item>
 
28
                </content>
 
29
            </object>
 
30
        </object>
 
31
        <object class="sizeritem">
 
32
            <flag>wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL</flag>
 
33
            <border>10</border>
 
34
            <object class="wxButton" name="wxID_OK">
 
35
                <label>OK</label>
 
36
            </object>
 
37
        </object>
 
38
    </object>
 
39
    <centered>1</centered>
 
40
</object>
 
41
 
 
42
 
 
43
</resource>