[Gambas-user] LXDE (again) sugggestion

Benoît Minisini gambas at ...1...
Thu Sep 15 12:12:17 CEST 2011


> Adds the lxde terminal to the choices in the IDE Options.
> 
> (very low priority)
> 
> Bruce
> 
> 
> Index: FOption.class
> ===================================================================
> --- FOption.class    (revision 4126)
> +++ FOption.class    (working copy)
> @@ -59,7 +59,7 @@
>    cmbTheme.Add(("Select a theme"), 0)
>    cmbIconTheme.List = [("Desktop"), "Gnome", "KDE"]
>    cmbBrowser.List = [("(Default)"), "Konqueror", "Firefox", "Epiphany",
> "SeaMonkey", "Opera"]
> -  cmbTerminal.List = [("(Default)"), "Konsole", "Gnome Terminal", "XFCE
> Terminal", "XTerm"]
> +  cmbTerminal.List = [("(Default)"), "Konsole", "Gnome Terminal", "XFCE
> Terminal", "lxterminal", "XTerm"]
>    cmbImageEditor.List = [("(Default)"), "GIMP", "Kolour Paint", "Krita"]
> 
>    $cLast = MTheme.ReadSettings(Settings, "/Highlight", True)
> ---------------------------------------------------------------------------
> --- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
> Learn about the latest advances in developing for the
> BlackBerry® mobile platform with sessions, labs & more.
> See new tools and technologies. Register for BlackBerry® DevCon today!
> http://p.sf.net/sfu/rim-devcon-copy1
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

Fixed in revision #4129.

-- 
Benoît Minisini




More information about the User mailing list