diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-20 16:12:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-20 16:13:36 +0900 |
commit | aa76ca712f55996d6503e56e438d498ac166659c (patch) | |
tree | 0b4afb9b3bd52a9000e0441649ad18a56802fdbd /pics/README | |
parent | 8964ce3dfd5b7f2277f37742dbfae6fd4c3533bd (diff) | |
download | twin-style-crystal-aa76ca712f55996d6503e56e438d498ac166659c.tar.gz twin-style-crystal-aa76ca712f55996d6503e56e438d498ac166659c.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3bc70fb6aa1a24467df4aa5be8b6de24892db618)
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. |