mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Move the TODO items from the top of gtkdlg.c into the main TODO file.
[originally from svn r7173]
This commit is contained in:
@ -2,15 +2,6 @@
|
||||
* gtkdlg.c - GTK implementation of the PuTTY configuration box.
|
||||
*/
|
||||
|
||||
/*
|
||||
* TODO when porting to GTK 2.0:
|
||||
*
|
||||
* - GtkList is deprecated and we should switch to GtkTreeView instead
|
||||
* (done for GtkTree).
|
||||
* - GtkLabel has a built-in mnemonic scheme, so we should at
|
||||
* least consider switching to that from the current adhockery.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
|
Reference in New Issue
Block a user