summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-03-24 11:17:41 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-03-24 11:17:41 +0200
commited717eaf6b88c9e3b061c2c25128b38b16193a3a (patch)
treefad163464660e98e22e9d67cbdc9b2e92c2144db
parent4b8fb32749d821b5af41dc21afce5a6147904f13 (diff)
downloadfpGUI-ed717eaf6b88c9e3b061c2c25128b38b16193a3a.tar.xz
Replaced old reference to GFX to fpGUI.
-rw-r--r--src/corelib/x11/fpg_x11.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas
index 0fa561c4..65362212 100644
--- a/src/corelib/x11/fpg_x11.pas
+++ b/src/corelib/x11/fpg_x11.pas
@@ -559,7 +559,7 @@ begin
p := p^.Next;
end;
{$IFDEF DEBUG}
- writeln('GFX/X11: FindWindowByHandle failed to find <', IntToHex(wh, 9), '>');
+ writeln('fpGUI/X11: FindWindowByHandle failed to find <', IntToHex(wh, 9), '>');
{$ENDIF}
Result := nil;
end;
@@ -579,7 +579,7 @@ begin
p := p^.Next;
end;
{$IFDEF DEBUG}
- writeln('GFX/X11: FindWindowByBackupHandle failed to find <', IntToHex(wh, 9), '>');
+ writeln('fpGUI/X11: FindWindowByBackupHandle failed to find <', IntToHex(wh, 9), '>');
{$ENDIF}
Result := nil;
end;