1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 12:02:47 -05:00

Colin Watson points out that there was no need for me to write the

custom Panels container widget for the PuTTY config box, since the
perfectly standard GtkNotebook does the same job. Hence, let's
remove Panels completely in favour of doing it the proper way.

[originally from svn r7034]
This commit is contained in:
Simon Tatham
2006-12-29 14:35:34 +00:00
parent 89f7c2c8ce
commit 9cea4aaf06
4 changed files with 17 additions and 451 deletions

2
Recipe
View File

@ -234,7 +234,7 @@ GUITERM = TERMINAL window windlg winctrls sizetip winucs winprint
# Same thing on Unix.
UXTERM = TERMINAL uxcfg sercfg uxucs uxprint timing
GTKTERM = UXTERM gtkwin gtkcfg gtkdlg gtkcols gtkpanel xkeysym
GTKTERM = UXTERM gtkwin gtkcfg gtkdlg gtkcols xkeysym
OSXTERM = UXTERM osxwin osxdlg osxctrls
# Non-SSH back ends (putty, puttytel, plink).