~onli/simdock/master

« back to all changes in this revision

Viewing changes to src/main.h

  • Committer: onli
  • Date: 2014-09-17 16:27:15 UTC
  • Revision ID: git-v1:fcd9cc0b95d05fc01903ee9ad71b3b8999399c99
minor: use getClickkedIcon more, update about dlg

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
class MyApp;
65
65
WX_DEFINE_ARRAY (simImage *, ImagesArray);
66
66
 
67
 
#define SIMDOCK_VERSION "1.3"
68
 
#define SIMDOCK_WEBSITE "http://sourceforge.net/projects/simdock"
 
67
#define SIMDOCK_VERSION "1.4"
 
68
#define SIMDOCK_WEBSITE "https://github.com/onli/simdock"
69
69
//#define SIMDOCK_DEBUG
70
70
//#define SIMDOCK_DEBUG_ICON_POSITIONING //this is very verbose
71
71
#include "simImage.h"