Change badge for Important Files in python to be coherent with other modules
authorJulien Enselme <jenselme@netbeans.org>
Mon, 14 Mar 2016 10:30:15 +0100
changeset 18363cb2b35194c5c
parent 18362 a444ba39f969
child 18364 7f27e0517c1b
Change badge for Important Files in python to be coherent with other modules
python.project2/src/org/netbeans/modules/python/project2/resources/config-badge.gif
python.project2/src/org/netbeans/modules/python/project2/ui/ImportantFiles.java
     1.1 Binary file python.project2/src/org/netbeans/modules/python/project2/resources/config-badge.gif has changed
     2.1 --- a/python.project2/src/org/netbeans/modules/python/project2/ui/ImportantFiles.java	Tue Feb 16 17:40:36 2016 +0100
     2.2 +++ b/python.project2/src/org/netbeans/modules/python/project2/ui/ImportantFiles.java	Mon Mar 14 10:30:15 2016 +0100
     2.3 @@ -202,7 +202,7 @@
     2.4      private static final class ImportantFilesNode extends AbstractNode {
     2.5  
     2.6          @StaticResource
     2.7 -        private static final String BADGE = "org/netbeans/modules/python/project2/resources/py_25_16.png"; // NOI18N
     2.8 +        private static final String BADGE = "org/netbeans/modules/python/project2/resources/config-badge.gif"; // NOI18N
     2.9  
    2.10          private final Node iconDelegate;
    2.11