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

Minor improvements to subsidiary window placement; with any luck the

Event Log should go off the side of the screen rather less often now.

[originally from svn r3088]
This commit is contained in:
Simon Tatham
2003-04-10 08:53:43 +00:00
parent b49980b953
commit 406d2d8a32
5 changed files with 53 additions and 35 deletions

View File

@ -2314,8 +2314,8 @@ void special_menuitem(GtkMenuItem *item, gpointer data)
void about_menuitem(GtkMenuItem *item, gpointer data)
{
/* struct gui_data *inst = (struct gui_data *)data; */
about_box();
struct gui_data *inst = (struct gui_data *)data;
about_box(inst->window);
}
void event_log_menuitem(GtkMenuItem *item, gpointer data)