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:
@ -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)
|
||||
|
Reference in New Issue
Block a user