diff options
Diffstat (limited to 'chalk/doc')
-rw-r--r-- | chalk/doc/DESIGN.obsolete | 2 | ||||
-rw-r--r-- | chalk/doc/brush.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chalk/doc/DESIGN.obsolete b/chalk/doc/DESIGN.obsolete index a1b8e58d4..2f0d25ca6 100644 --- a/chalk/doc/DESIGN.obsolete +++ b/chalk/doc/DESIGN.obsolete @@ -169,7 +169,7 @@ Random head-scratchings - I take it that the two tests that are present in chalk/test are obsolete? - - what with the dummmmmy.cc? + - what with the dummmmmy.cpp? - which bits of the chalk/ui files are still relevant? diff --git a/chalk/doc/brush.txt b/chalk/doc/brush.txt index e2373258f..afadadc5b 100644 --- a/chalk/doc/brush.txt +++ b/chalk/doc/brush.txt @@ -4,7 +4,7 @@ Painting with brushes when I started working on Chalk, I felt I needed examples. I used the following sources: -* The old Chalk brush code (http://webcvs.kde.org/cgi-bin/cvsweb.cgi/koffice/chalk/tools/kis_tool_brush.cc?rev=1.58&content-type=text/x-cvsweb-markup) +* The old Chalk brush code (http://webcvs.kde.org/cgi-bin/cvsweb.cgi/koffice/chalk/tools/kis_tool_brush.cpp?rev=1.58&content-type=text/x-cvsweb-markup) * Peter Jodda's Perico (http://software.jodda.de/perico.html) * The source of the Gimp (both current and 0.99.11 -- the oldest version I could find) (http://www.gimp.org) * David Hodson's article on Gimp brushes (http://members.ozemail.com.au/~hodsond/gimpbrush.html) |