Revision 4ade8da...
Go back to digest for 24th July 2011Features in Office
Boudewijn Rempt committed changes in [calligra] krita/main.cc:
Show a splashscreen while loading Krita.
The splash image is included from an xpm file since we cannot
use the application data directories before having setup all
the standard directories, so we cannot dynamically load a file.
Note that gimp and krita create xpm's that give lots of compile
warnings, so after changing the splash image, we need to add
a bunch of consts:
turn
static char * splash_screen_xpm[]={
ito
static const char * const splash_screen_xpm[]={
File Changes
Modified 1 files
- krita/main.cc
1 files changed in total