blob: 9f6b4c5136b11cf8983d6b9ce48094638abdef69 (
plain)
1
2
3
4
5
6
7
|
Steps to add a new sample:
1) Open with glade the base example at src/samples/base-sample.ui
2) Add contents there as you require/like
3) Save the UI in src/samples
4) Add the file to the samples_DATA list in src/samples/Makefile.am
5) If the file has any translatable contents, add it to po/POTFILES.in
|