1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-04-02 17:50:53 +02:00

moved image to res directory

This commit is contained in:
Guenter Obiltschnig 2012-10-14 21:46:08 +00:00
parent 1be9efe2dc
commit 6b439c9063
2 changed files with 2 additions and 2 deletions
Net/samples/SMTPLogger

Before

(image error) Size: 2.1 KiB

After

(image error) Size: 2.1 KiB

@ -49,9 +49,9 @@ using Poco::Exception;
#if defined(POCO_OS_FAMILY_UNIX)
const std::string fileName = "${POCO_BASE}/Net/samples/SMTPLogger/logo.gif";
const std::string fileName = "${POCO_BASE}/Net/samples/SMTPLogger/res/logo.gif";
#elif defined(POCO_OS_FAMILY_WINDOWS)
const std::string fileName = "%POCO_BASE%/Net/samples/SMTPLogger/logo.gif";
const std::string fileName = "%POCO_BASE%/Net/samples/SMTPLogger/res/logo.gif";
#endif