[Gambas-user] LXDE (again) sugggestion
Adam Ant
adamnt42 at ...626...
Wed Sep 14 04:24:41 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)
More information about the User
mailing list