diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2014-04-27 01:22:39 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2014-04-27 01:22:39 +0100 |
commit | 0386fc654e7c7fb179a0a0b0fe9045ac2001d3b9 (patch) | |
tree | a3f36c47e46a4fc7dd66d174942de1d4ebce688d | |
parent | c2567ef317b407dd3417ec213a47edc8366a641d (diff) | |
download | fpGUI-0386fc654e7c7fb179a0a0b0fe9045ac2001d3b9.tar.xz |
Fixes grammar error in code comment
-rw-r--r-- | src/corelib/x11/fpg_x11.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas index dd79e25e..ca147772 100644 --- a/src/corelib/x11/fpg_x11.pas +++ b/src/corelib/x11/fpg_x11.pas @@ -24,7 +24,7 @@ unit fpg_x11; { TODO : Compiz effects: Menu popup with correct window hint. Same for Combo dropdown window. } { TODO : Under Compiz restoring a window position moves the window down/right the width and height - of the window borders. This as something to do with win_gravity = StaticGravity setting. } + of the window borders. This has something to do with win_gravity = StaticGravity setting. } interface |