[chronojump] Small change



commit c3d8434b675df48f20081d5b8367298a1125aa8d
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Feb 21 19:25:14 2013 +0100

    Small change

 src/gui/helpPorts.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/helpPorts.cs b/src/gui/helpPorts.cs
index ffdff9c..ce18f2d 100644
--- a/src/gui/helpPorts.cs
+++ b/src/gui/helpPorts.cs
@@ -83,7 +83,8 @@ public class HelpPorts
                                Catalog.GetString("If you want a safer port, press:") + "\n" +
                                Catalog.GetString("Force Chronopic to port <b>COM1 - COM4</b>'.");
                        label_help_info.UseMarkup = true;
-               }
+               } else
+                       label_help_info.Visible = false;
 
                label_help_manual.Text = 
                        Catalog.GetString("More information on <b>Chronojump Manual</b>") + "\n" +


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]