mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-06 14:02:47 -05:00
Update source file names in comments and docs.
Correcting a source file name in the docs just now reminded me that I've seen a lot of outdated source file names elsewhere in the code, due to all the reorganisation since we moved to cmake. Here's a giant pass of trying to make them all accurate again.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* gtkwin.c: the main code that runs a PuTTY terminal emulator and
|
||||
* window.c: the main code that runs a PuTTY terminal emulator and
|
||||
* backend in a GTK window.
|
||||
*/
|
||||
|
||||
@ -4443,7 +4443,7 @@ static void compute_geom_hints(GtkFrontend *inst, GdkGeometry *geom)
|
||||
|
||||
#if GTK_CHECK_VERSION(3,0,0)
|
||||
/*
|
||||
* And if we're running a gtkapp.c based program and
|
||||
* And if we're running a main-gtk-application.c based program and
|
||||
* GtkApplicationWindow has given us a menu bar inside the window,
|
||||
* then we must take that into account as well.
|
||||
*
|
||||
|
Reference in New Issue
Block a user