~sil2100/unity-2d/precise-security

« back to all changes in this revision

Viewing changes to libunity-2d-private/Unity2d/launchermenu/launchermenu.qrc

  • Committer: Aurelien Gateau
  • Date: 2010-11-10 08:57:29 UTC
  • mto: This revision was merged to the branch mainline in revision 284.
  • Revision ID: aurelien.gateau@canonical.com-20101110085729-fl1ye7impkqhm0w6
Added a section about const correct-ness

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<RCC>
2
 
    <qresource prefix="/launchermenu">
3
 
        <file>arrow.png</file>
4
 
        <file>arrow_no_transparency.png</file>
5
 
        <file>background.png</file>
6
 
        <file>background_no_transparency.png</file>
7
 
        <file>check_default.png</file>
8
 
        <file>check_selected.png</file>
9
 
        <file>launchermenu.css</file>
10
 
 
11
 
        <file>arrow_rtl.png</file>
12
 
        <file>arrow_no_transparency_rtl.png</file>
13
 
        <file>background_rtl.png</file>
14
 
        <file>background_no_transparency_rtl.png</file>
15
 
        <file>launchermenu_rtl.css</file>
16
 
    </qresource>
17
 
</RCC>