diff options
Diffstat (limited to 'pics/README')
-rw-r--r-- | pics/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pics/README b/pics/README index 20253b8..d4eb625 100644 --- a/pics/README +++ b/pics/README @@ -10,7 +10,7 @@ Use with 'embedtool file1 file2 > tiles.h', or 'embedtool foo/*.png > bar.h'. 3) A new button theme is much more work: - Add a directory, populate it with png images. List this directory in the ${themes} variable of the Makefile.am - In the top directory run: make -f Makefile.cvs. Now make should include your png images in the tiles.h, which gets included in the crystal source. -- You have to add some logic to the ../client/crystalclient.cc and ../client/config/configdialog.ui file, to really make your button theme available. +- You have to add some logic to the ../client/crystalclient.cpp and ../client/config/configdialog.ui file, to really make your button theme available. |