aboutsummaryrefslogtreecommitdiffstats
path: root/src/prefs-dialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* Move resources to its own directory inside src/Xan Lopez2012-04-161-1361/+0
|
* Remove Help buttonsXan Lopez2012-04-131-16/+25
| | | | Since there's no Help for now.
* Make the resources depend on the actual UI filesXan Lopez2012-03-281-0/+1352
Otherwise we won't update them if the UI files change. To do this we need to move them from data/ui/ to src/, which is not great. Things would be easier with non-recursive Makefiles.