mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-24 22:03:31 -06:00
.uppweb: Fixed problem with disappeared images (missing Painter package0
git-svn-id: svn://ultimatepp.org/upp/trunk@4315 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3c40a61ec8
commit
8398cc4d16
4 changed files with 1074 additions and 1072 deletions
|
|
@ -9,4 +9,5 @@
|
|||
#include "plugin\ftp/init"
|
||||
#include "Sql/init"
|
||||
#include "Skeleton/init"
|
||||
#include "Painter/init"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,7 +1,23 @@
|
|||
TOPIC("svn$en-us")
|
||||
#include "svn$en-us.tppi"
|
||||
END_TOPIC
|
||||
|
||||
TOPIC("svnbazaar$en-us")
|
||||
#include "svnbazaar$en-us.tppi"
|
||||
END_TOPIC
|
||||
|
||||
TOPIC("svnmain$en-us")
|
||||
#include "svnmain$en-us.tppi"
|
||||
END_TOPIC
|
||||
|
||||
TOPIC("svnmajor$en-us")
|
||||
#include "svnmajor$en-us.tppi"
|
||||
END_TOPIC
|
||||
|
||||
TOPIC("svnmajorbazaar$en-us")
|
||||
#include "svnmajorbazaar$en-us.tppi"
|
||||
END_TOPIC
|
||||
|
||||
TOPIC("svnmajormain$en-us")
|
||||
#include "svnmajormain$en-us.tppi"
|
||||
END_TOPIC
|
||||
|
|
@ -10,23 +26,7 @@ TOPIC("svnmajorweb$en-us")
|
|||
#include "svnmajorweb$en-us.tppi"
|
||||
END_TOPIC
|
||||
|
||||
TOPIC("svnmajorbazaar$en-us")
|
||||
#include "svnmajorbazaar$en-us.tppi"
|
||||
END_TOPIC
|
||||
|
||||
TOPIC("svnweb$en-us")
|
||||
#include "svnweb$en-us.tppi"
|
||||
END_TOPIC
|
||||
|
||||
TOPIC("svnmain$en-us")
|
||||
#include "svnmain$en-us.tppi"
|
||||
END_TOPIC
|
||||
|
||||
TOPIC("svn$en-us")
|
||||
#include "svn$en-us.tppi"
|
||||
END_TOPIC
|
||||
|
||||
TOPIC("svnmajor$en-us")
|
||||
#include "svnmajor$en-us.tppi"
|
||||
END_TOPIC
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@ uses
|
|||
ide,
|
||||
plugin\ftp,
|
||||
Sql,
|
||||
Skeleton;
|
||||
Skeleton,
|
||||
Painter;
|
||||
|
||||
options(GCC) -DNOWSTRING;
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue