Indent tab - set path for sample preview release701
authorSubhashini Sooriarachchi <subslk@netbeans.org>
Thu, 06 Oct 2011 10:37:45 +0530
branchrelease701
changeset 38f39fa44eddc5
parent 37 d64afb57c369
child 39 cef82a58f4b2
Indent tab - set path for sample preview
PLSQL/FormattingOptions/src/org/netbeans/modules/plsql/format/options/PlsqlFormatOptions.java
     1.1 --- a/PLSQL/FormattingOptions/src/org/netbeans/modules/plsql/format/options/PlsqlFormatOptions.java	Thu Oct 06 10:21:20 2011 +0530
     1.2 +++ b/PLSQL/FormattingOptions/src/org/netbeans/modules/plsql/format/options/PlsqlFormatOptions.java	Thu Oct 06 10:37:45 2011 +0530
     1.3 @@ -156,7 +156,7 @@
     1.4              this.preferences = preferences;
     1.5              this.id = id;
     1.6              this.panel = panel;
     1.7 -            this.previewText =loadPreviewText(getClass().getClassLoader().getResourceAsStream("ifs/dev/nb/plsql/format/options/IndentationExample")); //NOI18N
     1.8 +            this.previewText =loadPreviewText(getClass().getClassLoader().getResourceAsStream("org/netbeans/modules/plsql/format/options/IndentationExample")); //NOI18N
     1.9  
    1.10              // Scan the panel for its components
    1.11              scan(panel, components);