mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 19:42:48 -05:00
Fill in some more of the OS X menu bar.
This still isn't complete: I also need to add the variable collections of things like mid-session special commands and saved session names, and also I need to try to grey out menu items when they're not applicable. But it's a start.
This commit is contained in:
@ -3779,8 +3779,9 @@ void about_box(void *window)
|
||||
G_CALLBACK(about_key_press), NULL);
|
||||
|
||||
set_transient_window_pos(GTK_WIDGET(window), aboutbox);
|
||||
gtk_window_set_transient_for(GTK_WINDOW(aboutbox),
|
||||
GTK_WINDOW(window));
|
||||
if (window)
|
||||
gtk_window_set_transient_for(GTK_WINDOW(aboutbox),
|
||||
GTK_WINDOW(window));
|
||||
gtk_container_set_focus_child(GTK_CONTAINER(aboutbox), NULL);
|
||||
gtk_widget_show(aboutbox);
|
||||
gtk_window_set_focus(GTK_WINDOW(aboutbox), NULL);
|
||||
|
Reference in New Issue
Block a user