Re-applied commit fe25f4486f70 python
authorJulio C. Rocha <juniel_katarn@netbeans.org>
Wed, 04 Feb 2015 01:21:44 -0800
branchpython
changeset 18219806797e65aba
parent 18218 a3a0cfa6c8ce
child 18220 57cad04e651d
child 18221 3005fa07a159
Re-applied commit fe25f4486f70
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	Wed Feb 04 01:15:13 2015 -0800
     1.2 +++ b/python.platform/src/org/netbeans/modules/python/platform/panels/PythonPlatformPanel.java	Wed Feb 04 01:21:44 2015 -0800
     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 Invaid and platform_info.py is NOT where expected
     1.9                  DialogDisplayer.getDefault().notify(message);
    1.10              }
    1.11          }