Changeset 3754
- Timestamp:
- 05/10/10 19:48:59 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginView.cs
r3752 r3754 72 72 if (localPlugin != null) { 73 73 stateTextBox.Text = localPlugin.PluginState.ToString(); 74 errorTextBox.Text = localPlugin.LoadingErrorInformation ;74 errorTextBox.Text = localPlugin.LoadingErrorInformation.Replace(Environment.NewLine, " "); 75 75 toolTip.SetToolTip(stateTextBox, stateTextBox.Text + Environment.NewLine + errorTextBox.Text); 76 76 toolTip.SetToolTip(errorTextBox, errorTextBox.Text); -
trunk/sources/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj
r3752 r3754 268 268 <Content Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" /> 269 269 <EmbeddedResource Include="Advanced\DeploymentService\servdev.cer" /> 270 <EmbeddedResource Include="Advanced\PluginView.resx">271 <DependentUpon>PluginView.cs</DependentUpon>272 </EmbeddedResource>273 270 <EmbeddedResource Include="Resources.resx"> 274 271 <Generator>ResXFileCodeGenerator</Generator>
Note: See TracChangeset
for help on using the changeset viewer.