Skip to content

Commit

Permalink
update to 0.4.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohne authored Sep 26, 2019
1 parent 86ebbe7 commit 240e89f
Show file tree
Hide file tree
Showing 11 changed files with 1,037 additions and 384 deletions.
2 changes: 1 addition & 1 deletion CatalogChooserForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ private void CatalogChooserForm_Load(object sender, EventArgs e)
*/
ClearStatusbar();
}

#region Click event handlers

private void ButtonOpenTychoCatalog_Click(object sender, EventArgs e)
Expand Down
4 changes: 2 additions & 2 deletions DownloaderForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DownloaderForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private void ToolStripButtonEditHost_Click(object sender, EventArgs e)
{
toolStripButtonEditHost.Image = Properties.Resources.fugue_tick_button_16px_shadowless;
toolStripButtonEditHost.Text = "&Apply";
toolStripButtonRestoreHost.Enabled = true;
toolStripButtonRestoreHost.Enabled = true;
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion HipparcosCatalogViewerForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4717,7 +4717,7 @@ private void LabelSourceOfSpectralTypeData_DoubleClick(object sender, EventArgs
{
CopyToClipboard(sender: sender, e: e);
}

private void LabelReferenceFlagForAstrometryData_DoubleClick(object sender, EventArgs e)
{
CopyToClipboard(sender: sender, e: e);
Expand Down
770 changes: 482 additions & 288 deletions OptionsForm.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 240e89f

Please sign in to comment.