#189704 - Fixed error message. More work remains to address issue.
authorLou Dasaro <mr_lou_d@netbeans.org>
Sun, 04 Jan 2015 13:11:53 -0600
changeset 18214fe25f4486f70
parent 18213 4afc82a328ce
child 18215 a62677b176de
child 18225 94fd635a7eb3
#189704 - Fixed error message. More work remains to address issue.
python.platform/src/org/netbeans/modules/python/platform/panels/PythonPlatformPanel.java
     1.1 --- a/python.platform/src/org/netbeans/modules/python/platform/panels/PythonPlatformPanel.java	Mon Dec 22 03:59:38 2014 -0600
     1.2 +++ b/python.platform/src/org/netbeans/modules/python/platform/panels/PythonPlatformPanel.java	Sun Jan 04 13:11:53 2015 -0600
     1.3 @@ -460,7 +460,7 @@
     1.4                  //Exceptions.printStackTrace(ex);
     1.5              }catch(Exception ex){
     1.6                  NotifyDescriptor message = new Message(
     1.7 -                        "Invlaid Python Type", NotifyDescriptor.ERROR_MESSAGE);
     1.8 +                        "Invalid Python Type", NotifyDescriptor.ERROR_MESSAGE); // was Invlaid and platform_info.py is NOT where expected
     1.9                  DialogDisplayer.getDefault().notify(message);
    1.10              }
    1.11          }