# HG changeset patch # User Alexander Simon # Date 1317654254 -14400 # Branch release701_fixes # Node ID d1650bbc02cafaae8c1c6700875aebffbbe0a329 # Parent cad38042709c09e27a8d41c5ac180473c8883f84 fixed Bug #202985 java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key SourceSupportProviderImpl.UnknownSource diff --git a/cnd.gizmo/src/org/netbeans/modules/cnd/gizmo/Bundle.properties b/cnd.gizmo/src/org/netbeans/modules/cnd/gizmo/Bundle.properties --- a/cnd.gizmo/src/org/netbeans/modules/cnd/gizmo/Bundle.properties +++ b/cnd.gizmo/src/org/netbeans/modules/cnd/gizmo/Bundle.properties @@ -6,4 +6,6 @@ GizmoOptionsPanel.btnDown.text=Down GizmoOptionsPanel.useCollectorsCheckBox.text=Record details using SourceSupportProviderImpl.CannotOpenFile=Cannot open file {0} -ErrorUploadingJar=Problems analyzing remote binaries \ No newline at end of file +SourceSupportProviderImpl.UnknownSource=Source is unknown +SourceSupportProviderImpl.NoInfo=No source info +ErrorUploadingJar=Problems analyzing remote binaries