summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-01-27Made the windows app able to load .ico files at runtime.Yohann Ferreira1-3/+18
Now the icon extension is computed against the os. This means that the 'icons/mana' appIcon branding parameter will now load icons/mana.png files for unices and mac, and icons/mana.ico for Windows. Reviewed-by: Trapdoor. Resolves: Mana-Mantis: #135.
2011-01-02Initial commit.Andrei Karas1-0/+1986
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.