aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-05-31 21:02:21 +0000
committerRene Ladan <rene@FreeBSD.org>2023-05-31 21:02:21 +0000
commit9fe3f64b486abd3c9dc94feb51d286e75e26aeb9 (patch)
tree809c21458a07c7a652fcfd5d9059518a24ddc5fc
parent448bdaf5e154f9aebc4e0a0abf6f36c44c7e7c31 (diff)
downloadports-9fe3f64b486abd3c9dc94feb51d286e75e26aeb9.tar.gz
ports-9fe3f64b486abd3c9dc94feb51d286e75e26aeb9.zip
polish/kadu: Remove expired port:
2023-05-31 polish/kadu: Upstream website no longer exists, no update on SourceForge
-rw-r--r--MOVED1
-rw-r--r--polish/Makefile1
-rw-r--r--polish/kadu/Makefile75
-rw-r--r--polish/kadu/distinfo7
-rw-r--r--polish/kadu/files/patch-CMakeLists.txt23
-rw-r--r--polish/kadu/files/patch-Plugins.cmake17
-rw-r--r--polish/kadu/files/patch-cmake_KaduMacros.cmake12
-rw-r--r--polish/kadu/files/patch-kadu-core_CMakeLists.txt11
-rw-r--r--polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h11
-rw-r--r--polish/kadu/files/patch-kadu-core_gui_actions_action-description.cpp12
-rw-r--r--polish/kadu/files/patch-kadu-core_gui_widgets_avatar-painter.cpp10
-rw-r--r--polish/kadu/files/patch-kadu-core_gui_widgets_chat-widget_chat-widget-impl.cpp11
-rw-r--r--polish/kadu/files/patch-kadu-core_plugin_dependency-graph_plugin-dependency-graph-builder.h10
-rw-r--r--polish/kadu/files/patch-kadu-core_themes.cpp11
-rw-r--r--polish/kadu/files/patch-plugins_idle_CMakeLists.txt11
-rw-r--r--polish/kadu/files/patch-plugins_pcspeaker_CMakeLists.txt11
-rw-r--r--polish/kadu/files/patch-plugins_screenshot_CMakeLists.txt11
-rw-r--r--polish/kadu/pkg-descr3
-rw-r--r--polish/kadu/pkg-plist5155
19 files changed, 1 insertions, 5402 deletions
diff --git a/MOVED b/MOVED
index 2e4025e6c009..6344cab9ff04 100644
--- a/MOVED
+++ b/MOVED
@@ -7589,3 +7589,4 @@ multimedia/nordlicht||2023-05-31|Has expired: Unmaintained for years upstream an
finance/vanitygen||2023-05-31|Has expired: Broken for more than a year and upstream last release was 11 years ago
net-p2p/qtum||2023-05-31|Has expired: Broken for nearly a year
sysutils/pam_mount||2023-05-31|Has expired: Requires upstream EOL OpenSSL 1.0.X and linux only libmount which is not available for FreeBSD
+polish/kadu||2023-05-31|Has expired: Upstream website no longer exists, no update on SourceForge
diff --git a/polish/Makefile b/polish/Makefile
index 76f6cae99dd4..fe22ee819c49 100644
--- a/polish/Makefile
+++ b/polish/Makefile
@@ -5,7 +5,6 @@
SUBDIR += gnugadu2
SUBDIR += hunspell
SUBDIR += hyphen
- SUBDIR += kadu
SUBDIR += libgadu
SUBDIR += libreoffice
SUBDIR += libtlen
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile
deleted file mode 100644
index 3052b6d97359..000000000000
--- a/polish/kadu/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-PORTNAME= kadu
-PORTVERSION= 4.3
-PORTREVISION= 27
-PORTEPOCH= 1
-CATEGORIES= polish net-im
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \
- http://download.kadu.im/stable/:kadu \
- http://download.kadu.im/additions/:additions
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:kadu
-DIST_SUBDIR= kadu
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Internet communicator supporting Gadu-Gadu and Jabber/XMPP
-WWW= http://kadu.im
-
-BROKEN= Does not build against net-im/qxmpp-qt5
-DEPRECATED= Upstream website no longer exists, no update on SourceForge
-EXPIRATION_DATE= 2023-05-31
-
-LICENSE= GPLv2
-
-BUILD_DEPENDS= bash:shells/bash \
- pl-libgadu>=1.12.2:polish/libgadu
-LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \
- libsndfile.so:audio/libsndfile \
- libinjeqt.so:devel/injeqt \
- libidn.so:dns/libidn \
- libQXmppQt5.so:net-im/qxmpp@qt5 \
- libgadu.so:polish/libgadu \
- libgcrypt.so:security/libgcrypt \
- libotr.so.5:security/libotr \
- libenchant.so:textproc/enchant
-# TODO ntrack and ntrack-qt (needs porting) ?
-# TODO separate ports for plugins and themes (possible starting with 0.10)
-
-GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz
-GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz
-
-USES= cmake:insource compiler:c++17-lang cpe gettext-runtime gnome \
- libarchive pkgconfig qca qt:5 readline tar:bzip2 xorg
-USE_XORG= x11 xext xfixes xscrnsaver
-USE_GNOME= glib20
-USE_QT= concurrent core dbus declarative gui multimedia network \
- script scripttools sql webkit widgets x11extras \
- xml xmlpatterns \
- buildtools:build linguisttools:build testlib:build \
- qmake:build imageformats:run sql-sqlite3:run
-# Setting KADU_VERSION disables git invocation
-CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON \
- -DENABLE_TESTS=OFF
-LDFLAGS+= -lexecinfo
-
-OPTIONS_DEFINE= GG_EMOTS
-OPTIONS_SUB= yes
-GG_EMOTS_DESC= GG-compatible emoticons
-
-GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE}:additions \
- ${GG7_EMOTS_DISTFILE}:additions
-
-post-patch:
- @${REINPLACE_CMD} '/kadu_add_test/ s|^|#|' \
- ${WRKSRC}/kadu-core/plugin/CMakeLists.txt
- # ${FIND} ${WRKSRC} -type f -name '*.h' -o -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} '/^#include/ s|qxmpp/|QXmppQt5/|g' \
-
-post-install-GG_EMOTS-on:
- @${MKDIR} ${WRKSRC}/varia/themes/emoticons
- @cd ${WRKSRC}/varia/themes/emoticons && \
- ${TAR} -zxf ${_DISTDIR}/${GG6_EMOTS_DISTFILE} && \
- ${MV} kompatybilne_z_GG6 gg6_compatible && \
- cd gg6_compatible && ${TAR} -zxf ${_DISTDIR}/${GG7_EMOTS_DISTFILE}
- @cd ${WRKSRC}/varia/themes/emoticons && \
- ${COPYTREE_SHARE} gg6_compatible ${STAGEDIR}${DATADIR}/themes/emoticons
-
-.include <bsd.port.mk>
diff --git a/polish/kadu/distinfo b/polish/kadu/distinfo
deleted file mode 100644
index 115af2770b3e..000000000000
--- a/polish/kadu/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-TIMESTAMP = 1485469438
-SHA256 (kadu/kadu-4.3.tar.bz2) = ad5d1cbb908c3cd07f2955d343d44b993cd5639427a48a2912441955cfd2bd6e
-SIZE (kadu/kadu-4.3.tar.bz2) = 8087786
-SHA256 (kadu/kompatybilne_z_GG6.tar.gz) = f8a84acd8512fd8fc38e394aa564e6b6d7ec2e9fe9864bdf0c5b8f2edb23da6f
-SIZE (kadu/kompatybilne_z_GG6.tar.gz) = 254637
-SHA256 (kadu/dodatkowe_emoty_GG7.tar.gz) = aebeb45b6ac9139620032436f7b565aa5729a0165d1c361a473c1195b8807450
-SIZE (kadu/dodatkowe_emoty_GG7.tar.gz) = 113257
diff --git a/polish/kadu/files/patch-CMakeLists.txt b/polish/kadu/files/patch-CMakeLists.txt
deleted file mode 100644
index 2a96e878a7c6..000000000000
--- a/polish/kadu/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
---- CMakeLists.txt.orig 2017-01-24 21:36:21 UTC
-+++ CMakeLists.txt
-@@ -25,7 +25,11 @@ if (NOT DEFINED CMAKE_CONFIGURATION_TYPES AND NOT CMAK
- set (CMAKE_BUILD_TYPE "${default}" CACHE STRING "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel." FORCE)
- endif ()
-
--# C++14 support, warnings and other flags
-+# C++17 support, warnings and other flags
-+#
-+# 17 is needed for std::optional, in qxmpp
-+set (CMAKE_CXX_STANDARD 17)
-+set (CMAKE_CXX_STANDARD_REQUIRED ON)
-
- set (DEFINITIONS QT_NO_CAST_TO_ASCII QT_DISABLE_DEPRECATED_BEFORE=0x040900)
- list (APPEND DEFINITIONS KADU_EXPORT_TESTS)
-@@ -38,7 +42,6 @@ else ()
- set (COMMON_COMPILE_FLAGS "-Wall -Wextra -Wundef -Wunused -Wuninitialized -Wcast-align -Wpointer-arith -fno-common")
- set (C_FLAGS "-Wwrite-strings")
- set (CXX_FLAGS "-Woverloaded-virtual -Wnon-virtual-dtor ${CXX_FLAGS}")
-- set (CMAKE_CXX_STANDARD 14)
-
- if (NOT WIN32)
- set (COMMON_COMPILE_FLAGS "${COMMON_COMPILE_FLAGS} -fvisibility=hidden")
diff --git a/polish/kadu/files/patch-Plugins.cmake b/polish/kadu/files/patch-Plugins.cmake
deleted file mode 100644
index 803b87682217..000000000000
--- a/polish/kadu/files/patch-Plugins.cmake
+++ /dev/null
@@ -1,17 +0,0 @@
---- Plugins.cmake.orig 2016-10-16 20:09:16 UTC
-+++ Plugins.cmake
-@@ -106,12 +106,12 @@ if (UNIX AND NOT APPLE)
- # docking
- # Indicator docking support
- # Comment if you are not compilign under Ubuntu flavor
-- indicator_docking
-+ #indicator_docking
-
- # integration
- # integration with Unity
- # Comment if you are not compilign under Ubuntu flavor
-- unity_integration
-+ #unity_integration
-
- # notifiers
- # Freedesktop notification support
diff --git a/polish/kadu/files/patch-cmake_KaduMacros.cmake b/polish/kadu/files/patch-cmake_KaduMacros.cmake
deleted file mode 100644
index 310b7839c1d2..000000000000
--- a/polish/kadu/files/patch-cmake_KaduMacros.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
---- cmake/KaduMacros.cmake.orig 2021-04-03 20:24:23 UTC
-+++ cmake/KaduMacros.cmake
-@@ -44,7 +44,8 @@ include_directories (${INJEQT_INCLUDEDIR})
- link_directories (${INJEQT_LIBRARY_DIRS})
-
- set (CMAKE_CXX_FLAGS "-Woverloaded-virtual -Wnon-virtual-dtor ${CMAKE_CXX_FLAGS}")
--set (CMAKE_CXX_STANDARD 14)
-+set (CMAKE_CXX_STANDARD 17)
-+set (CMAKE_CXX_STANDARD_REQUIRED ON)
-
- if (NOT WIN32)
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility-inlines-hidden")
diff --git a/polish/kadu/files/patch-kadu-core_CMakeLists.txt b/polish/kadu/files/patch-kadu-core_CMakeLists.txt
deleted file mode 100644
index cc1e3ff62aee..000000000000
--- a/polish/kadu/files/patch-kadu-core_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- kadu-core/CMakeLists.txt.orig 2019-03-30 14:44:31 UTC
-+++ kadu-core/CMakeLists.txt
-@@ -111,7 +111,7 @@ include_directories (${LibArchive_INCLUDE_DIRS})
- list (APPEND ADDITIONAL_LIBKADU_LIBRARIES ${LibArchive_LIBRARIES})
-
- if (UNIX AND NOT APPLE)
-- find_package (X11 REQUIRED COMPONENTS X11 Xutil Xfixes)
-+ find_package (X11 REQUIRED COMPONENTS Xutil Xfixes)
- if (X11_FOUND AND X11_Xutil_FOUND AND X11_Xfixes_FOUND)
- message (STATUS "Found required X11 libraries: ${X11_X11_LIB};${X11_Xfixes_LIB}")
- else ()
diff --git a/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h b/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h
deleted file mode 100644
index 981b301f7917..000000000000
--- a/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- kadu-core/execution-arguments/execution-arguments-parser.h.orig 2016-10-16 20:09:16 UTC
-+++ kadu-core/execution-arguments/execution-arguments-parser.h
-@@ -20,7 +20,7 @@
- #pragma once
-
- #include "exports.h"
--
-+#include <cstdio>
- #include <QtCore/QStringList>
-
- class ExecutionArguments;
diff --git a/polish/kadu/files/patch-kadu-core_gui_actions_action-description.cpp b/polish/kadu/files/patch-kadu-core_gui_actions_action-description.cpp
deleted file mode 100644
index 40e5d83c94f3..000000000000
--- a/polish/kadu/files/patch-kadu-core_gui_actions_action-description.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- kadu-core/gui/actions/action-description.cpp.orig 2017-01-24 21:36:21 UTC
-+++ kadu-core/gui/actions/action-description.cpp
-@@ -103,7 +103,8 @@ void ActionDescription::registerAction(Actions *action
-
- void ActionDescription::unregisterAction(Actions *actions)
- {
-- actions->remove(this);
-+ if (actions)
-+ actions->remove(this);
- }
-
- void ActionDescription::actionAboutToBeDestroyed(Action *action)
diff --git a/polish/kadu/files/patch-kadu-core_gui_widgets_avatar-painter.cpp b/polish/kadu/files/patch-kadu-core_gui_widgets_avatar-painter.cpp
deleted file mode 100644
index cbf5bdf06969..000000000000
--- a/polish/kadu/files/patch-kadu-core_gui_widgets_avatar-painter.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- kadu-core/gui/widgets/avatar-painter.cpp.orig 2020-05-21 09:00:13 UTC
-+++ kadu-core/gui/widgets/avatar-painter.cpp
-@@ -22,6 +22,7 @@
-
- #include <QtCore/QModelIndex>
- #include <QtGui/QPainter>
-+#include <QtGui/QPainterPath>
- #include <QtGui/QPixmap>
- #include <QtGui/QPixmapCache>
- #include <QtWidgets/QStyleOptionViewItem>
diff --git a/polish/kadu/files/patch-kadu-core_gui_widgets_chat-widget_chat-widget-impl.cpp b/polish/kadu/files/patch-kadu-core_gui_widgets_chat-widget_chat-widget-impl.cpp
deleted file mode 100644
index 2b1bdcca90fa..000000000000
--- a/polish/kadu/files/patch-kadu-core_gui_widgets_chat-widget_chat-widget-impl.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kadu-core/gui/widgets/chat-widget/chat-widget-impl.cpp.orig 2016-10-19 17:23:42 UTC
-+++ kadu-core/gui/widgets/chat-widget/chat-widget-impl.cpp
-@@ -720,7 +720,7 @@ void ChatWidgetImpl::contactActivityChan
-
- if (CurrentContactActivity == ChatState::Gone)
- {
-- auto msg = QString{"[ " + tr("%1 ended the conversation").arg(contact.ownerBuddy().display()) + " ]"};
-+ auto msg = QString("[ " + tr("%1 ended the conversation").arg(contact.ownerBuddy().display()) + " ]");
- Message message = m_messageStorage->create();
- message.setMessageChat(CurrentChat);
- message.setType(MessageTypeSystem);
diff --git a/polish/kadu/files/patch-kadu-core_plugin_dependency-graph_plugin-dependency-graph-builder.h b/polish/kadu/files/patch-kadu-core_plugin_dependency-graph_plugin-dependency-graph-builder.h
deleted file mode 100644
index 3ace439da03c..000000000000
--- a/polish/kadu/files/patch-kadu-core_plugin_dependency-graph_plugin-dependency-graph-builder.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h.orig 2019-01-14 15:34:25 UTC
-+++ kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h
-@@ -20,6 +20,7 @@
- #pragma once
-
- #include <QtCore/QObject>
-+#include <functional>
- #include <map>
- #include <set>
-
diff --git a/polish/kadu/files/patch-kadu-core_themes.cpp b/polish/kadu/files/patch-kadu-core_themes.cpp
deleted file mode 100644
index fa9c12a082d7..000000000000
--- a/polish/kadu/files/patch-kadu-core_themes.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kadu-core/themes.cpp.orig 2016-10-19 17:11:40 UTC
-+++ kadu-core/themes.cpp
-@@ -164,7 +164,7 @@ QStringList Themes::defaultPathsProvider
- {
- QStringList result;
-
-- auto path = QString{m_pathsProvider->dataPath() + QStringLiteral("themes/") + Name};
-+ auto path = QString(m_pathsProvider->dataPath() + QStringLiteral("themes/") + Name);
- foreach(const QString &it, getSubDirs(path))
- result << (path + '/' + it + '/');
-
diff --git a/polish/kadu/files/patch-plugins_idle_CMakeLists.txt b/polish/kadu/files/patch-plugins_idle_CMakeLists.txt
deleted file mode 100644
index 2cc3ae565b7d..000000000000
--- a/polish/kadu/files/patch-plugins_idle_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/idle/CMakeLists.txt.orig 2019-03-30 14:44:31 UTC
-+++ plugins/idle/CMakeLists.txt
-@@ -15,7 +15,7 @@ set (SOURCES
- )
-
- if (UNIX AND NOT APPLE)
-- find_package (X11 REQUIRED COMPONENTS X11 Xutil Xscreensaver)
-+ find_package (X11 REQUIRED COMPONENTS Xutil Xscreensaver)
- if (X11_Xscreensaver_FOUND)
- message (STATUS "Found required X11 libraries: ${X11_X11_LIB};${X11_Xscreensaver_LIB}")
- else ()
diff --git a/polish/kadu/files/patch-plugins_pcspeaker_CMakeLists.txt b/polish/kadu/files/patch-plugins_pcspeaker_CMakeLists.txt
deleted file mode 100644
index 1187c3225681..000000000000
--- a/polish/kadu/files/patch-plugins_pcspeaker_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/pcspeaker/CMakeLists.txt.orig 2019-03-30 14:44:31 UTC
-+++ plugins/pcspeaker/CMakeLists.txt
-@@ -15,7 +15,7 @@ set (SOURCES
- set (LIBRARIES "")
-
- if (UNIX AND NOT APPLE)
-- find_package (X11 REQUIRED COMPONENTS X11)
-+ find_package (X11 REQUIRED)
- if (NOT X11_FOUND)
- message (SEND_ERROR "Could NOT find X11")
- endif ()
diff --git a/polish/kadu/files/patch-plugins_screenshot_CMakeLists.txt b/polish/kadu/files/patch-plugins_screenshot_CMakeLists.txt
deleted file mode 100644
index b3a0d5d05a63..000000000000
--- a/polish/kadu/files/patch-plugins_screenshot_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/screenshot/CMakeLists.txt.orig 2019-03-30 14:44:31 UTC
-+++ plugins/screenshot/CMakeLists.txt
-@@ -30,7 +30,7 @@ set (CONFIGURATION_FILES
-
- if (UNIX AND NOT APPLE)
- set (PLUGIN_ADDITIONAL_QT_MODULES X11Extras)
-- find_package (X11 REQUIRED COMPONENTS X11 Xext Xshape)
-+ find_package (X11 REQUIRED COMPONENTS Xext Xshape)
- if (X11_Xshape_FOUND)
- message (STATUS "Found required X11 libraries: ${X11_X11_LIB};${X11_Xext_LIB}")
- else ()
diff --git a/polish/kadu/pkg-descr b/polish/kadu/pkg-descr
deleted file mode 100644
index db95af7cae9d..000000000000
--- a/polish/kadu/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Qt based internet communicator supporting Gadu-Gadu and Jabber/XMPP
-protocols for Unix-like and Windows systems.
-Gadu-Gadu is an ICQ-like messenger for polish language users.
diff --git a/polish/kadu/pkg-plist b/polish/kadu/pkg-plist
deleted file mode 100644
index dc9da43e4651..000000000000
--- a/polish/kadu/pkg-plist
+++ /dev/null
@@ -1,5155 +0,0 @@
-bin/kadu
-include/kadu/kadu-core/accounts/account-details.h
-include/kadu/kadu-core/accounts/account-manager.h
-include/kadu/kadu-core/accounts/account-module.h
-include/kadu/kadu-core/accounts/account-notification-service.h
-include/kadu/kadu-core/accounts/account-shared.h
-include/kadu/kadu-core/accounts/account-status-container.h
-include/kadu/kadu-core/accounts/account-storage.h
-include/kadu/kadu-core/accounts/account.h
-include/kadu/kadu-core/accounts/accounts-aware-object.h
-include/kadu/kadu-core/accounts/filter/abstract-account-filter.h
-include/kadu/kadu-core/accounts/filter/have-multilogon-filter.h
-include/kadu/kadu-core/accounts/filter/protocol-filter.h
-include/kadu/kadu-core/accounts/filter/writeable-contacts-list-filter.h
-include/kadu/kadu-core/accounts/model/accounts-model.h
-include/kadu/kadu-core/accounts/model/accounts-proxy-model.h
-include/kadu/kadu-core/activate.h
-include/kadu/kadu-core/attention-service.h
-include/kadu/kadu-core/avatars/avatar-job-manager.h
-include/kadu/kadu-core/avatars/avatar-job-runner.h
-include/kadu/kadu-core/avatars/avatar-manager.h
-include/kadu/kadu-core/avatars/avatar-module.h
-include/kadu/kadu-core/avatars/avatar-shared.h
-include/kadu/kadu-core/avatars/avatar-storage.h
-include/kadu/kadu-core/avatars/avatar.h
-include/kadu/kadu-core/aware-object.h
-include/kadu/kadu-core/buddies/buddy-additional-data-delete-handler-manager.h
-include/kadu/kadu-core/buddies/buddy-additional-data-delete-handler.h
-include/kadu/kadu-core/buddies/buddy-dummy-factory.h
-include/kadu/kadu-core/buddies/buddy-gender.h
-include/kadu/kadu-core/buddies/buddy-list-mime-data-service.h
-include/kadu/kadu-core/buddies/buddy-list.h
-include/kadu/kadu-core/buddies/buddy-manager.h
-include/kadu/kadu-core/buddies/buddy-module.h
-include/kadu/kadu-core/buddies/buddy-preferred-manager.h
-include/kadu/kadu-core/buddies/buddy-search-criteria.h
-include/kadu/kadu-core/buddies/buddy-set.h
-include/kadu/kadu-core/buddies/buddy-shared.h
-include/kadu/kadu-core/buddies/buddy-storage.h
-include/kadu/kadu-core/buddies/buddy.h
-include/kadu/kadu-core/buddies/group-manager.h
-include/kadu/kadu-core/buddies/group-shared.h
-include/kadu/kadu-core/buddies/group-storage.h
-include/kadu/kadu-core/buddies/group.h
-include/kadu/kadu-core/buddies/model/buddy-data-extractor.h
-include/kadu/kadu-core/buddies/model/buddy-list-model.h
-include/kadu/kadu-core/buddies/model/buddy-manager-adapter.h
-include/kadu/kadu-core/buddies/model/checkable-buddies-proxy-model.h
-include/kadu/kadu-core/buddies/model/groups-model.h
-include/kadu/kadu-core/chat-style/engine/chat-style-engine.h
-include/kadu/kadu-core/chat-style/engine/chat-style-renderer-configuration.h
-include/kadu/kadu-core/chat-style/engine/chat-style-renderer-factory-provider.h
-include/kadu/kadu-core/chat-style/engine/chat-style-renderer-factory.h
-include/kadu/kadu-core/chat-style/engine/chat-style-renderer.h
-include/kadu/kadu-core/chat-style/engine/configured-chat-style-renderer-factory-provider.h
-include/kadu/kadu-core/chat/buddy-chat-manager.h
-include/kadu/kadu-core/chat/chat-details-buddy.h
-include/kadu/kadu-core/chat/chat-details-contact-set.h
-include/kadu/kadu-core/chat/chat-details-contact.h
-include/kadu/kadu-core/chat/chat-details-room.h
-include/kadu/kadu-core/chat/chat-details.h
-include/kadu/kadu-core/chat/chat-list-mime-data-service.h
-include/kadu/kadu-core/chat/chat-manager-impl.h
-include/kadu/kadu-core/chat/chat-manager.h
-include/kadu/kadu-core/chat/chat-module.h
-include/kadu/kadu-core/chat/chat-shared.h
-include/kadu/kadu-core/chat/chat-storage.h
-include/kadu/kadu-core/chat/chat.h
-include/kadu/kadu-core/chat/model/chat-data-extractor.h
-include/kadu/kadu-core/chat/model/chat-list-model.h
-include/kadu/kadu-core/chat/model/chat-manager-adapter.h
-include/kadu/kadu-core/chat/open-chat-repository.h
-include/kadu/kadu-core/chat/open-chat-service.h
-include/kadu/kadu-core/chat/recent-chat-repository.h
-include/kadu/kadu-core/chat/recent-chat-service.h
-include/kadu/kadu-core/chat/type/chat-type-buddy.h
-include/kadu/kadu-core/chat/type/chat-type-contact-set.h
-include/kadu/kadu-core/chat/type/chat-type-contact.h
-include/kadu/kadu-core/chat/type/chat-type-manager.h
-include/kadu/kadu-core/chat/type/chat-type-room.h
-include/kadu/kadu-core/chat/type/chat-type.h
-include/kadu/kadu-core/compression/archive-extractor.h
-include/kadu/kadu-core/configuration/config-file-data-manager.h
-include/kadu/kadu-core/configuration/config-file-variant-wrapper.h
-include/kadu/kadu-core/configuration/configuration-api.h
-include/kadu/kadu-core/configuration/configuration-aware-object.h
-include/kadu/kadu-core/configuration/configuration-factory.h
-include/kadu/kadu-core/configuration/configuration-holder.h
-include/kadu/kadu-core/configuration/configuration-manager.h
-include/kadu/kadu-core/configuration/configuration-module.h
-include/kadu/kadu-core/configuration/configuration-path-provider.h
-include/kadu/kadu-core/configuration/configuration-read-error-exception.h
-include/kadu/kadu-core/configuration/configuration-unusable-exception.h
-include/kadu/kadu-core/configuration/configuration-window-data-manager.h
-include/kadu/kadu-core/configuration/configuration-writer.h
-include/kadu/kadu-core/configuration/configuration.h
-include/kadu/kadu-core/configuration/deprecated-configuration-api.h
-include/kadu/kadu-core/contacts/contact-manager.h
-include/kadu/kadu-core/contacts/contact-module.h
-include/kadu/kadu-core/contacts/contact-parser-tags.h
-include/kadu/kadu-core/contacts/contact-set-configuration-helper.h
-include/kadu/kadu-core/contacts/contact-set.h
-include/kadu/kadu-core/contacts/contact-shared.h
-include/kadu/kadu-core/contacts/contact-storage.h
-include/kadu/kadu-core/contacts/contact.h
-include/kadu/kadu-core/contacts/model/buddy-contact-model.h
-include/kadu/kadu-core/contacts/model/chat-adapter.h
-include/kadu/kadu-core/contacts/model/contact-data-extractor.h
-include/kadu/kadu-core/contacts/model/contact-list-model.h
-include/kadu/kadu-core/core/adapter.h
-include/kadu/kadu-core/core/application.h
-include/kadu/kadu-core/core/configurable-transformer.h
-include/kadu/kadu-core/core/core-module.h
-include/kadu/kadu-core/core/core.h
-include/kadu/kadu-core/core/crash-aware-object.h
-include/kadu/kadu-core/core/injected-factory.h
-include/kadu/kadu-core/core/injector-provider.h
-include/kadu/kadu-core/core/myself.h
-include/kadu/kadu-core/core/scheduler.h
-include/kadu/kadu-core/core/session-service.h
-include/kadu/kadu-core/core/transformer.h
-include/kadu/kadu-core/core/version-service.h
-include/kadu/kadu-core/debug.h
-include/kadu/kadu-core/dom/dom-module.h
-include/kadu/kadu-core/dom/dom-processor-service-impl.h
-include/kadu/kadu-core/dom/dom-processor-service.h
-include/kadu/kadu-core/dom/dom-processor.h
-include/kadu/kadu-core/dom/dom-text-regexp-visitor.h
-include/kadu/kadu-core/dom/dom-visitor-provider-repository.h
-include/kadu/kadu-core/dom/dom-visitor-provider.h
-include/kadu/kadu-core/dom/dom-visitor.h
-include/kadu/kadu-core/dom/ignore-links-dom-visitor.h
-include/kadu/kadu-core/execution-arguments/execution-arguments-builder.h
-include/kadu/kadu-core/execution-arguments/execution-arguments-parser.h
-include/kadu/kadu-core/execution-arguments/execution-arguments.h
-include/kadu/kadu-core/exports.h
-include/kadu/kadu-core/file-system/atomic-file-write-exception.h
-include/kadu/kadu-core/file-system/atomic-file-writer.h
-include/kadu/kadu-core/file-transfer/file-transfer-direction.h
-include/kadu/kadu-core/file-transfer/file-transfer-handler-manager.h
-include/kadu/kadu-core/file-transfer/file-transfer-handler.h
-include/kadu/kadu-core/file-transfer/file-transfer-manager.h
-include/kadu/kadu-core/file-transfer/file-transfer-module.h
-include/kadu/kadu-core/file-transfer/file-transfer-notification-service.h
-include/kadu/kadu-core/file-transfer/file-transfer-shared.h
-include/kadu/kadu-core/file-transfer/file-transfer-status.h
-include/kadu/kadu-core/file-transfer/file-transfer-storage.h
-include/kadu/kadu-core/file-transfer/file-transfer-type.h
-include/kadu/kadu-core/file-transfer/file-transfer.h
-include/kadu/kadu-core/file-transfer/gui/file-transfer-actions.h
-include/kadu/kadu-core/file-transfer/gui/file-transfer-can-send-result.h
-include/kadu/kadu-core/file-transfer/gui/file-transfer-widget.h
-include/kadu/kadu-core/file-transfer/gui/file-transfer-window.h
-include/kadu/kadu-core/file-transfer/gui/send-file-action.h
-include/kadu/kadu-core/file-transfer/gui/show-file-transfer-window-action.h
-include/kadu/kadu-core/file-transfer/outgoing-file-transfer-handler.h
-include/kadu/kadu-core/file-transfer/stream-incoming-file-transfer-handler.h
-include/kadu/kadu-core/file-transfer/url-incoming-file-transfer-handler.h
-include/kadu/kadu-core/formatted-string/composite-formatted-string.h
-include/kadu/kadu-core/formatted-string/force-space-dom-visitor.h
-include/kadu/kadu-core/formatted-string/formatted-string-clone-visitor.h
-include/kadu/kadu-core/formatted-string/formatted-string-factory.h
-include/kadu/kadu-core/formatted-string/formatted-string-html-visitor.h
-include/kadu/kadu-core/formatted-string/formatted-string-image-block.h
-include/kadu/kadu-core/formatted-string/formatted-string-is-plain-text-visitor.h
-include/kadu/kadu-core/formatted-string/formatted-string-module.h
-include/kadu/kadu-core/formatted-string/formatted-string-plain-text-visitor.h
-include/kadu/kadu-core/formatted-string/formatted-string-text-block.h
-include/kadu/kadu-core/formatted-string/formatted-string-visitor.h
-include/kadu/kadu-core/formatted-string/formatted-string.h
-include/kadu/kadu-core/gui/actions/action-context-provider.h
-include/kadu/kadu-core/gui/actions/action-context.h
-include/kadu/kadu-core/gui/actions/action-description.h
-include/kadu/kadu-core/gui/actions/action.h
-include/kadu/kadu-core/gui/actions/actions.h
-include/kadu/kadu-core/gui/actions/base-action-context.h
-include/kadu/kadu-core/gui/actions/change-status-action.h
-include/kadu/kadu-core/gui/actions/chat/add-conference-action.h
-include/kadu/kadu-core/gui/actions/chat/add-room-chat-action.h
-include/kadu/kadu-core/gui/actions/chat/leave-chat-action.h
-include/kadu/kadu-core/gui/actions/default-proxy-action.h
-include/kadu/kadu-core/gui/actions/delete-talkable-action.h
-include/kadu/kadu-core/gui/actions/edit-talkable-action.h
-include/kadu/kadu-core/gui/actions/recent-chats-action.h
-include/kadu/kadu-core/gui/configuration/chat-configuration-holder.h
-include/kadu/kadu-core/gui/configuration/toolbar-configuration-manager.h
-include/kadu/kadu-core/gui/gui-module.h
-include/kadu/kadu-core/gui/hot-key.h
-include/kadu/kadu-core/gui/menu/kadu-menu.h
-include/kadu/kadu-core/gui/menu/menu-inventory.h
-include/kadu/kadu-core/gui/menu/menu-item.h
-include/kadu/kadu-core/gui/scoped-updates-disabler.h
-include/kadu/kadu-core/gui/services/clipboard-html-transformer-service.h
-include/kadu/kadu-core/gui/services/clipboard-html-transformer.h
-include/kadu/kadu-core/gui/status-icon.h
-include/kadu/kadu-core/gui/taskbar-progress.h
-include/kadu/kadu-core/gui/web-view-highlighter.h
-include/kadu/kadu-core/gui/widgets/account-add-widget.h
-include/kadu/kadu-core/gui/widgets/account-avatar-widget.h
-include/kadu/kadu-core/gui/widgets/account-buddy-list-widget.h
-include/kadu/kadu-core/gui/widgets/account-configuration-widget-factory-repository.h
-include/kadu/kadu-core/gui/widgets/account-configuration-widget-factory.h
-include/kadu/kadu-core/gui/widgets/account-configuration-widget-tab-adapter.h
-include/kadu/kadu-core/gui/widgets/account-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/account-create-widget.h
-include/kadu/kadu-core/gui/widgets/account-edit-widget.h
-include/kadu/kadu-core/gui/widgets/accounts-combo-box.h
-include/kadu/kadu-core/gui/widgets/actions-combo-box.h
-include/kadu/kadu-core/gui/widgets/avatar-painter.h
-include/kadu/kadu-core/gui/widgets/buddy-avatar-widget.h
-include/kadu/kadu-core/gui/widgets/buddy-configuration-widget-factory-repository.h
-include/kadu/kadu-core/gui/widgets/buddy-configuration-widget-factory.h
-include/kadu/kadu-core/gui/widgets/buddy-configuration-widget-group-boxes-adapter.h
-include/kadu/kadu-core/gui/widgets/buddy-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/buddy-contacts-table-delegate.h
-include/kadu/kadu-core/gui/widgets/buddy-contacts-table-item.h
-include/kadu/kadu-core/gui/widgets/buddy-contacts-table-model-proxy.h
-include/kadu/kadu-core/gui/widgets/buddy-contacts-table-model.h
-include/kadu/kadu-core/gui/widgets/buddy-contacts-table.h
-include/kadu/kadu-core/gui/widgets/buddy-general-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/buddy-groups-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/buddy-info-panel.h
-include/kadu/kadu-core/gui/widgets/buddy-options-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/buddy-personal-info-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/categorized-list-view-painter.h
-include/kadu/kadu-core/gui/widgets/categorized-list-view.h
-include/kadu/kadu-core/gui/widgets/chat-configuration-widget-factory-repository.h
-include/kadu/kadu-core/gui/widgets/chat-configuration-widget-factory.h
-include/kadu/kadu-core/gui/widgets/chat-configuration-widget-group-boxes-adapter.h
-include/kadu/kadu-core/gui/widgets/chat-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/chat-edit-box-size-manager.h
-include/kadu/kadu-core/gui/widgets/chat-edit-box.h
-include/kadu/kadu-core/gui/widgets/chat-edit-widget.h
-include/kadu/kadu-core/gui/widgets/chat-groups-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/chat-room-edit-widget.h
-include/kadu/kadu-core/gui/widgets/chat-style-preview.h
-include/kadu/kadu-core/gui/widgets/chat-top-bar-container-widget.h
-include/kadu/kadu-core/gui/widgets/chat-top-bar-widget-factory-repository.h
-include/kadu/kadu-core/gui/widgets/chat-top-bar-widget-factory.h
-include/kadu/kadu-core/gui/widgets/chat-view-network-access-manager.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-actions.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-activation-service.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-container-handler-mapper.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-container-handler-repository.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-container-handler.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-impl.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-manager.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-message-handler-configuration.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-message-handler-configurator.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-message-handler.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-module.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-repository-impl.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-repository.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-set-title.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-state-persistence-service.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-title-composing-state-position.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-title.h
-include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget.h
-include/kadu/kadu-core/gui/widgets/color-button.h
-include/kadu/kadu-core/gui/widgets/color-selector.h
-include/kadu/kadu-core/gui/widgets/composite-configuration-value-state-notifier.h
-include/kadu/kadu-core/gui/widgets/configuration-value-state-notifier.h
-include/kadu/kadu-core/gui/widgets/configuration/buddy-list-background-colors-widget.h
-include/kadu/kadu-core/gui/widgets/configuration/config-action-button.h
-include/kadu/kadu-core/gui/widgets/configuration/config-check-box.h
-include/kadu/kadu-core/gui/widgets/configuration/config-color-button.h
-include/kadu/kadu-core/gui/widgets/configuration/config-combo-box.h
-include/kadu/kadu-core/gui/widgets/configuration/config-gg-password-edit.h
-include/kadu/kadu-core/gui/widgets/configuration/config-group-box.h
-include/kadu/kadu-core/gui/widgets/configuration/config-hot-key-edit.h
-include/kadu/kadu-core/gui/widgets/configuration/config-label.h
-include/kadu/kadu-core/gui/widgets/configuration/config-line-edit.h
-include/kadu/kadu-core/gui/widgets/configuration/config-line-separator.h
-include/kadu/kadu-core/gui/widgets/configuration/config-list-widget.h
-include/kadu/kadu-core/gui/widgets/configuration/config-path-list-edit.h
-include/kadu/kadu-core/gui/widgets/configuration/config-preview.h
-include/kadu/kadu-core/gui/widgets/configuration/config-radio-button.h
-include/kadu/kadu-core/gui/widgets/configuration/config-section.h
-include/kadu/kadu-core/gui/widgets/configuration/config-select-file.h
-include/kadu/kadu-core/gui/widgets/configuration/config-select-font.h
-include/kadu/kadu-core/gui/widgets/configuration/config-slider.h
-include/kadu/kadu-core/gui/widgets/configuration/config-spin-box.h
-include/kadu/kadu-core/gui/widgets/configuration/config-syntax-editor.h
-include/kadu/kadu-core/gui/widgets/configuration/config-tab.h
-include/kadu/kadu-core/gui/widgets/configuration/config-widget-value.h
-include/kadu/kadu-core/gui/widgets/configuration/config-widget.h
-include/kadu/kadu-core/gui/widgets/configuration/configuration-widget.h
-include/kadu/kadu-core/gui/widgets/configuration/kadu-scroll-area.h
-include/kadu/kadu-core/gui/widgets/configuration/kadu-tab-widget.h
-include/kadu/kadu-core/gui/widgets/configuration/notifier-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/configuration/notify-group-box.h
-include/kadu/kadu-core/gui/widgets/configuration/notify-tree-widget.h
-include/kadu/kadu-core/gui/widgets/contact-avatar-display.h
-include/kadu/kadu-core/gui/widgets/custom-input-menu-item.h
-include/kadu/kadu-core/gui/widgets/custom-input-menu-manager.h
-include/kadu/kadu-core/gui/widgets/custom-input.h
-include/kadu/kadu-core/gui/widgets/dialog/dialog-widget.h
-include/kadu/kadu-core/gui/widgets/dialog/merge-buddies-dialog-widget.h
-include/kadu/kadu-core/gui/widgets/dialog/password-dialog-widget.h
-include/kadu/kadu-core/gui/widgets/dialog/title-widget.h
-include/kadu/kadu-core/gui/widgets/filter-widget.h
-include/kadu/kadu-core/gui/widgets/filtered-tree-view.h
-include/kadu/kadu-core/gui/widgets/group-list.h
-include/kadu/kadu-core/gui/widgets/group-tab-bar/group-filter-tab-data.h
-include/kadu/kadu-core/gui/widgets/group-tab-bar/group-tab-bar-configuration.h
-include/kadu/kadu-core/gui/widgets/group-tab-bar/group-tab-bar-configurator.h
-include/kadu/kadu-core/gui/widgets/group-tab-bar/group-tab-bar.h
-include/kadu/kadu-core/gui/widgets/group-tab-bar/group-tab-type.h
-include/kadu/kadu-core/gui/widgets/groups-combo-box.h
-include/kadu/kadu-core/gui/widgets/identities-combo-box.h
-include/kadu/kadu-core/gui/widgets/kadu-text-edit.h
-include/kadu/kadu-core/gui/widgets/kadu-tree-view-delegate.h
-include/kadu/kadu-core/gui/widgets/kadu-tree-view.h
-include/kadu/kadu-core/gui/widgets/kadu-web-view.h
-include/kadu/kadu-core/gui/widgets/line-edit-clear-button.h
-include/kadu/kadu-core/gui/widgets/line-edit-with-clear-button.h
-include/kadu/kadu-core/gui/widgets/modal-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/paste-acceptor.h
-include/kadu/kadu-core/gui/widgets/path-list-edit.h
-include/kadu/kadu-core/gui/widgets/preview.h
-include/kadu/kadu-core/gui/widgets/protocols-combo-box.h
-include/kadu/kadu-core/gui/widgets/proxy-combo-box.h
-include/kadu/kadu-core/gui/widgets/recent-chats-menu.h
-include/kadu/kadu-core/gui/widgets/roster-widget.h
-include/kadu/kadu-core/gui/widgets/search-bar.h
-include/kadu/kadu-core/gui/widgets/select-file.h
-include/kadu/kadu-core/gui/widgets/select-font.h
-include/kadu/kadu-core/gui/widgets/select-talkable-combo-box.h
-include/kadu/kadu-core/gui/widgets/select-talkable-popup.h
-include/kadu/kadu-core/gui/widgets/simple-configuration-value-state-notifier.h
-include/kadu/kadu-core/gui/widgets/status-button.h
-include/kadu/kadu-core/gui/widgets/status-buttons.h
-include/kadu/kadu-core/gui/widgets/status-menu.h
-include/kadu/kadu-core/gui/widgets/syntax-editor.h
-include/kadu/kadu-core/gui/widgets/talkable-delegate-configuration.h
-include/kadu/kadu-core/gui/widgets/talkable-delegate.h
-include/kadu/kadu-core/gui/widgets/talkable-painter.h
-include/kadu/kadu-core/gui/widgets/talkable-tree-view.h
-include/kadu/kadu-core/gui/widgets/tool-tip-manager.h
-include/kadu/kadu-core/gui/widgets/tool-tip-widget.h
-include/kadu/kadu-core/gui/widgets/toolbar.h
-include/kadu/kadu-core/gui/widgets/wait-overlay.h
-include/kadu/kadu-core/gui/widgets/webkit-messages-view/message-limit-policy.h
-include/kadu/kadu-core/gui/widgets/webkit-messages-view/message-limiter.h
-include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-clearing-display.h
-include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-display-factory.h
-include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-display.h
-include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-factory.h
-include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-handler-factory.h
-include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-handler.h
-include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-removing-display.h
-include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view.h
-include/kadu/kadu-core/gui/window-manager.h
-include/kadu/kadu-core/gui/windows/about.h
-include/kadu/kadu-core/gui/windows/add-buddy-window.h
-include/kadu/kadu-core/gui/windows/add-conference-window.h
-include/kadu/kadu-core/gui/windows/add-room-chat-window.h
-include/kadu/kadu-core/gui/windows/buddy-data-window-repository.h
-include/kadu/kadu-core/gui/windows/buddy-data-window.h
-include/kadu/kadu-core/gui/windows/buddy-delete-window.h
-include/kadu/kadu-core/gui/windows/chat-data-window-repository.h
-include/kadu/kadu-core/gui/windows/chat-data-window.h
-include/kadu/kadu-core/gui/windows/configuration-window.h
-include/kadu/kadu-core/gui/windows/group-edit-window.h
-include/kadu/kadu-core/gui/windows/kadu-dialog.h
-include/kadu/kadu-core/gui/windows/kadu-window-actions.h
-include/kadu/kadu-core/gui/windows/kadu-window-service.h
-include/kadu/kadu-core/gui/windows/kadu-window.h
-include/kadu/kadu-core/gui/windows/main-configuration-window-service.h
-include/kadu/kadu-core/gui/windows/main-configuration-window.h
-include/kadu/kadu-core/gui/windows/main-window-repository.h
-include/kadu/kadu-core/gui/windows/main-window.h
-include/kadu/kadu-core/gui/windows/message-dialog.h
-include/kadu/kadu-core/gui/windows/multilogon-window-service.h
-include/kadu/kadu-core/gui/windows/multilogon-window.h
-include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-contact-list-runner.h
-include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-runner-manager.h
-include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-runner.h
-include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-service.h
-include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with.h
-include/kadu/kadu-core/gui/windows/progress-window.h
-include/kadu/kadu-core/gui/windows/proxy-action-context.h
-include/kadu/kadu-core/gui/windows/proxy-edit-window-service.h
-include/kadu/kadu-core/gui/windows/proxy-edit-window.h
-include/kadu/kadu-core/gui/windows/search-window-actions.h
-include/kadu/kadu-core/gui/windows/search-window.h
-include/kadu/kadu-core/gui/windows/status-window-description-proxy-model.h
-include/kadu/kadu-core/gui/windows/status-window-service.h
-include/kadu/kadu-core/gui/windows/status-window.h
-include/kadu/kadu-core/gui/windows/string-list-dialog.h
-include/kadu/kadu-core/gui/windows/subscription-window.h
-include/kadu/kadu-core/gui/windows/token-window.h
-include/kadu/kadu-core/gui/windows/updates-dialog.h
-include/kadu/kadu-core/gui/windows/your-accounts-window-service.h
-include/kadu/kadu-core/gui/windows/your-accounts.h
-include/kadu/kadu-core/html/html-conversion.h
-include/kadu/kadu-core/html/html-string.h
-include/kadu/kadu-core/html/normalized-html-string.h
-include/kadu/kadu-core/icons/icons-manager.h
-include/kadu/kadu-core/icons/icons-module.h
-include/kadu/kadu-core/icons/kadu-icon.h
-include/kadu/kadu-core/identities/identities-aware-object.h
-include/kadu/kadu-core/identities/identity-manager.h
-include/kadu/kadu-core/identities/identity-module.h
-include/kadu/kadu-core/identities/identity-shared.h
-include/kadu/kadu-core/identities/identity-status-container.h
-include/kadu/kadu-core/identities/identity-storage.h
-include/kadu/kadu-core/identities/identity.h
-include/kadu/kadu-core/identities/model/identity-model.h
-include/kadu/kadu-core/injeqt-type-roles.h
-include/kadu/kadu-core/kadu-config.h
-include/kadu/kadu-core/languages-manager.h
-include/kadu/kadu-core/message/message-common.h
-include/kadu/kadu-core/message/message-filter-service.h
-include/kadu/kadu-core/message/message-filter.h
-include/kadu/kadu-core/message/message-html-renderer-service.h
-include/kadu/kadu-core/message/message-manager-impl.h
-include/kadu/kadu-core/message/message-manager.h
-include/kadu/kadu-core/message/message-module.h
-include/kadu/kadu-core/message/message-notification-service.h
-include/kadu/kadu-core/message/message-render-header-behavior.h
-include/kadu/kadu-core/message/message-render-info-builder.h
-include/kadu/kadu-core/message/message-render-info-factory.h
-include/kadu/kadu-core/message/message-render-info.h
-include/kadu/kadu-core/message/message-shared.h
-include/kadu/kadu-core/message/message-storage.h
-include/kadu/kadu-core/message/message-transformer.h
-include/kadu/kadu-core/message/message.h
-include/kadu/kadu-core/message/raw-message.h
-include/kadu/kadu-core/message/sorted-messages.h
-include/kadu/kadu-core/message/unread-message-repository.h
-include/kadu/kadu-core/misc/algorithm.h
-include/kadu/kadu-core/misc/change-notifier-lock.h
-include/kadu/kadu-core/misc/change-notifier.h
-include/kadu/kadu-core/misc/date-time-parser-tags.h
-include/kadu/kadu-core/misc/date-time.h
-include/kadu/kadu-core/misc/error-severity.h
-include/kadu/kadu-core/misc/error.h
-include/kadu/kadu-core/misc/exception.h
-include/kadu/kadu-core/misc/iterator.h
-include/kadu/kadu-core/misc/memory.h
-include/kadu/kadu-core/misc/misc.h
-include/kadu/kadu-core/misc/paths-provider.h
-include/kadu/kadu-core/misc/remove-script-dom-visitor.h
-include/kadu/kadu-core/misc/sorted-unique-vector.h
-include/kadu/kadu-core/misc/string-utils.h
-include/kadu/kadu-core/misc/syntax-list.h
-include/kadu/kadu-core/misc/variant-wrapper.h
-include/kadu/kadu-core/model/action-filter-proxy-model.h
-include/kadu/kadu-core/model/action-list-model.h
-include/kadu/kadu-core/model/categorized-sort-filter-proxy-model.h
-include/kadu/kadu-core/model/kadu-abstract-model.h
-include/kadu/kadu-core/model/kadu-merged-proxy-model.h
-include/kadu/kadu-core/model/merged-proxy-model-factory.h
-include/kadu/kadu-core/model/merged-proxy-model.h
-include/kadu/kadu-core/model/model-chain.h
-include/kadu/kadu-core/model/model-index-list-converter.h
-include/kadu/kadu-core/model/model-watcher.h
-include/kadu/kadu-core/model/roles.h
-include/kadu/kadu-core/multilogon/model/multilogon-model.h
-include/kadu/kadu-core/multilogon/multilogon-module.h
-include/kadu/kadu-core/multilogon/multilogon-notification-service.h
-include/kadu/kadu-core/multilogon/multilogon-session.h
-include/kadu/kadu-core/network/kadu-network-config.h
-include/kadu/kadu-core/network/network-manager-dummy.h
-include/kadu/kadu-core/network/network-manager-ntrack.h
-include/kadu/kadu-core/network/network-manager-qt.h
-include/kadu/kadu-core/network/network-manager.h
-include/kadu/kadu-core/network/network-module.h
-include/kadu/kadu-core/network/proxy/model/network-proxy-model.h
-include/kadu/kadu-core/network/proxy/model/network-proxy-proxy-model.h
-include/kadu/kadu-core/network/proxy/network-proxy-manager.h
-include/kadu/kadu-core/network/proxy/network-proxy-shared.h
-include/kadu/kadu-core/network/proxy/network-proxy-storage.h
-include/kadu/kadu-core/network/proxy/network-proxy.h
-include/kadu/kadu-core/notification/full-screen-service-handler.h
-include/kadu/kadu-core/notification/full-screen-service.h
-include/kadu/kadu-core/notification/listener/account-event-listener.h
-include/kadu/kadu-core/notification/listener/chat-event-listener.h
-include/kadu/kadu-core/notification/listener/group-event-listener.h
-include/kadu/kadu-core/notification/notification-callback-repository.h
-include/kadu/kadu-core/notification/notification-callback.h
-include/kadu/kadu-core/notification/notification-configuration.h
-include/kadu/kadu-core/notification/notification-dispatcher.h
-include/kadu/kadu-core/notification/notification-event-repository.h
-include/kadu/kadu-core/notification/notification-event.h
-include/kadu/kadu-core/notification/notification-module.h
-include/kadu/kadu-core/notification/notification-service.h
-include/kadu/kadu-core/notification/notification.h
-include/kadu/kadu-core/notification/notifier-configuration-data-manager.h
-include/kadu/kadu-core/notification/notifier-repository.h
-include/kadu/kadu-core/notification/notifier.h
-include/kadu/kadu-core/notification/notify-configuration-importer.h
-include/kadu/kadu-core/notification/notify-configuration-ui-handler.h
-include/kadu/kadu-core/notification/screen-mode-checker.h
-include/kadu/kadu-core/notification/silent-mode-service.h
-include/kadu/kadu-core/notification/windows-screen-mode-checker.h
-include/kadu/kadu-core/notification/x11-screen-mode-checker.h
-include/kadu/kadu-core/os/generic/compositing-aware-object.h
-include/kadu/kadu-core/os/generic/desktop-aware-object-helper.h
-include/kadu/kadu-core/os/generic/desktop-aware-object.h
-include/kadu/kadu-core/os/generic/system-info.h
-include/kadu/kadu-core/os/generic/url-opener.h
-include/kadu/kadu-core/os/generic/window-geometry-manager.h
-include/kadu/kadu-core/os/os-module.h
-include/kadu/kadu-core/parser/parser-data.h
-include/kadu/kadu-core/parser/parser-module.h
-include/kadu/kadu-core/parser/parser-token-type.h
-include/kadu/kadu-core/parser/parser-token.h
-include/kadu/kadu-core/parser/parser.h
-include/kadu/kadu-core/plugin/activation/active-plugin.h
-include/kadu/kadu-core/plugin/activation/plugin-activation-error-exception.h
-include/kadu/kadu-core/plugin/activation/plugin-activation-error-handler.h
-include/kadu/kadu-core/plugin/activation/plugin-activation-service.h
-include/kadu/kadu-core/plugin/activation/plugin-loader.h
-include/kadu/kadu-core/plugin/activation/plugin-translations-loader.h
-include/kadu/kadu-core/plugin/metadata/plugin-metadata-builder.h
-include/kadu/kadu-core/plugin/metadata/plugin-metadata-finder.h
-include/kadu/kadu-core/plugin/metadata/plugin-metadata-provider.h
-include/kadu/kadu-core/plugin/metadata/plugin-metadata-reader-exception.h
-include/kadu/kadu-core/plugin/metadata/plugin-metadata-reader.h
-include/kadu/kadu-core/plugin/metadata/plugin-metadata.h
-include/kadu/kadu-core/plugin/model/plugin-model.h
-include/kadu/kadu-core/plugin/model/plugin-proxy-model.h
-include/kadu/kadu-core/plugin/plugin-conflict-resolver.h
-include/kadu/kadu-core/plugin/plugin-dependency-handler.h
-include/kadu/kadu-core/plugin/plugin-injected-factory-module.h
-include/kadu/kadu-core/plugin/plugin-injected-factory.h
-include/kadu/kadu-core/plugin/plugin-injector-provider.h
-include/kadu/kadu-core/plugin/plugin-manager.h
-include/kadu/kadu-core/plugin/plugin-module.h
-include/kadu/kadu-core/plugin/plugin-modules-factory.h
-include/kadu/kadu-core/plugin/plugin-repository.h
-include/kadu/kadu-core/plugin/state/plugin-state-manager.h
-include/kadu/kadu-core/plugin/state/plugin-state-service.h
-include/kadu/kadu-core/plugin/state/plugin-state-storage-09.h
-include/kadu/kadu-core/plugin/state/plugin-state-storage.h
-include/kadu/kadu-core/plugin/state/plugin-state.h
-include/kadu/kadu-core/protocols/filter/abstract-protocol-filter.h
-include/kadu/kadu-core/protocols/filter/can-register-protocol-filter.h
-include/kadu/kadu-core/protocols/model/protocols-model-proxy.h
-include/kadu/kadu-core/protocols/model/protocols-model.h
-include/kadu/kadu-core/protocols/protocol-factory.h
-include/kadu/kadu-core/protocols/protocol-menu-manager.h
-include/kadu/kadu-core/protocols/protocol-state-machine.h
-include/kadu/kadu-core/protocols/protocol.h
-include/kadu/kadu-core/protocols/protocols-manager.h
-include/kadu/kadu-core/protocols/services/account-service.h
-include/kadu/kadu-core/protocols/services/avatar-downloader.h
-include/kadu/kadu-core/protocols/services/avatar-service.h
-include/kadu/kadu-core/protocols/services/avatar-uploader.h
-include/kadu/kadu-core/protocols/services/buddy-list-serialization-service.h
-include/kadu/kadu-core/protocols/services/chat-image-service.h
-include/kadu/kadu-core/protocols/services/chat-image.h
-include/kadu/kadu-core/protocols/services/chat-service.h
-include/kadu/kadu-core/protocols/services/chat-state-service.h
-include/kadu/kadu-core/protocols/services/chat-state.h
-include/kadu/kadu-core/protocols/services/contact-personal-info-service.h
-include/kadu/kadu-core/protocols/services/file-transfer-service.h
-include/kadu/kadu-core/protocols/services/multilogon-service.h
-include/kadu/kadu-core/protocols/services/personal-info-service.h
-include/kadu/kadu-core/protocols/services/protocol-service.h
-include/kadu/kadu-core/protocols/services/raw-message-transformer.h
-include/kadu/kadu-core/protocols/services/search-service.h
-include/kadu/kadu-core/protocols/services/subscription-service.h
-include/kadu/kadu-core/provider/default-provider.h
-include/kadu/kadu-core/provider/provider.h
-include/kadu/kadu-core/provider/simple-provider.h
-include/kadu/kadu-core/qt/long-validator.h
-include/kadu/kadu-core/roster/roster-entry-state.h
-include/kadu/kadu-core/roster/roster-entry.h
-include/kadu/kadu-core/roster/roster-module.h
-include/kadu/kadu-core/roster/roster-notifier.h
-include/kadu/kadu-core/roster/roster-replacer.h
-include/kadu/kadu-core/roster/roster-service-tasks.h
-include/kadu/kadu-core/roster/roster-service.h
-include/kadu/kadu-core/roster/roster-task-collection-storage.h
-include/kadu/kadu-core/roster/roster-task-type.h
-include/kadu/kadu-core/roster/roster-task.h
-include/kadu/kadu-core/roster/roster.h
-include/kadu/kadu-core/services/chat-image-request-service-configuration.h
-include/kadu/kadu-core/services/chat-image-request-service-configurator.h
-include/kadu/kadu-core/services/chat-image-request-service.h
-include/kadu/kadu-core/services/configurable-transformer-service.h
-include/kadu/kadu-core/services/image-storage-service-impl.h
-include/kadu/kadu-core/services/image-storage-service.h
-include/kadu/kadu-core/services/message-transformer-service.h
-include/kadu/kadu-core/services/raw-message-transformer-service.h
-include/kadu/kadu-core/services/transformer-service.h
-include/kadu/kadu-core/ssl/gui/ssl-certificate-error-dialog.h
-include/kadu/kadu-core/ssl/gui/ssl-certificate-widget.h
-include/kadu/kadu-core/ssl/ssl-certificate-manager.h
-include/kadu/kadu-core/ssl/ssl-certificate-repository.h
-include/kadu/kadu-core/ssl/ssl-certificate-storage.h
-include/kadu/kadu-core/ssl/ssl-certificate.h
-include/kadu/kadu-core/ssl/ssl-module.h
-include/kadu/kadu-core/status/all-accounts-status-container.h
-include/kadu/kadu-core/status/description-manager.h
-include/kadu/kadu-core/status/description-model.h
-include/kadu/kadu-core/status/remote-status-request-handler.h
-include/kadu/kadu-core/status/status-actions.h
-include/kadu/kadu-core/status/status-adapter.h
-include/kadu/kadu-core/status/status-change-source.h
-include/kadu/kadu-core/status/status-changer-manager.h
-include/kadu/kadu-core/status/status-changer.h
-include/kadu/kadu-core/status/status-configuration-holder.h
-include/kadu/kadu-core/status/status-container-aware-object.h
-include/kadu/kadu-core/status/status-container-manager.h
-include/kadu/kadu-core/status/status-container.h
-include/kadu/kadu-core/status/status-module.h
-include/kadu/kadu-core/status/status-notification-service.h
-include/kadu/kadu-core/status/status-setter.h
-include/kadu/kadu-core/status/status-type-data.h
-include/kadu/kadu-core/status/status-type-group.h
-include/kadu/kadu-core/status/status-type-manager.h
-include/kadu/kadu-core/status/status-type.h
-include/kadu/kadu-core/status/status.h
-include/kadu/kadu-core/status/storable-status-container.h
-include/kadu/kadu-core/storage/chat-list-storage.h
-include/kadu/kadu-core/storage/custom-properties-variant-wrapper.h
-include/kadu/kadu-core/storage/custom-properties.h
-include/kadu/kadu-core/storage/details.h
-include/kadu/kadu-core/storage/manager-common.h
-include/kadu/kadu-core/storage/manager.h
-include/kadu/kadu-core/storage/named-storable-object.h
-include/kadu/kadu-core/storage/shared-base.h
-include/kadu/kadu-core/storage/shared.h
-include/kadu/kadu-core/storage/simple-manager.h
-include/kadu/kadu-core/storage/storable-object.h
-include/kadu/kadu-core/storage/storable-string-list.h
-include/kadu/kadu-core/storage/storage-point-factory-impl.h
-include/kadu/kadu-core/storage/storage-point-factory.h
-include/kadu/kadu-core/storage/storage-point.h
-include/kadu/kadu-core/storage/string-list-storage.h
-include/kadu/kadu-core/storage/uuid-storable-object.h
-include/kadu/kadu-core/talkable/filter/account-talkable-filter.h
-include/kadu/kadu-core/talkable/filter/blocked-talkable-filter.h
-include/kadu/kadu-core/talkable/filter/exclude-buddy-talkable-filter.h
-include/kadu/kadu-core/talkable/filter/group-filter-type.h
-include/kadu/kadu-core/talkable/filter/group-filter.h
-include/kadu/kadu-core/talkable/filter/group-talkable-filter.h
-include/kadu/kadu-core/talkable/filter/hide-anonymous-talkable-filter.h
-include/kadu/kadu-core/talkable/filter/hide-contact-chats-talkable-filter.h
-include/kadu/kadu-core/talkable/filter/hide-offline-talkable-filter.h
-include/kadu/kadu-core/talkable/filter/hide-offline-without-description-talkable-filter.h
-include/kadu/kadu-core/talkable/filter/hide-temporary-talkable-filter.h
-include/kadu/kadu-core/talkable/filter/hide-without-description-talkable-filter.h
-include/kadu/kadu-core/talkable/filter/mobile-talkable-filter.h
-include/kadu/kadu-core/talkable/filter/name-talkable-filter.h
-include/kadu/kadu-core/talkable/filter/talkable-filter.h
-include/kadu/kadu-core/talkable/filter/unread-messages-talkable-filter.h
-include/kadu/kadu-core/talkable/model/talkable-model.h
-include/kadu/kadu-core/talkable/model/talkable-proxy-model.h
-include/kadu/kadu-core/talkable/talkable-converter.h
-include/kadu/kadu-core/talkable/talkable-module.h
-include/kadu/kadu-core/talkable/talkable.h
-include/kadu/kadu-core/themes.h
-include/kadu/kadu-core/themes/icon-theme-manager.h
-include/kadu/kadu-core/themes/theme-manager.h
-include/kadu/kadu-core/themes/theme.h
-include/kadu/kadu-core/themes/themes-module.h
-include/kadu/kadu-core/translation-loader.h
-include/kadu/kadu-core/updates.h
-include/kadu/kadu-core/url-handlers/mail-url-dom-visitor-provider.h
-include/kadu/kadu-core/url-handlers/mail-url-expander.h
-include/kadu/kadu-core/url-handlers/mail-url-handler.h
-include/kadu/kadu-core/url-handlers/simple-url-expander.h
-include/kadu/kadu-core/url-handlers/standard-url-dom-visitor-provider.h
-include/kadu/kadu-core/url-handlers/standard-url-expander-configuration.h
-include/kadu/kadu-core/url-handlers/standard-url-expander-configurator.h
-include/kadu/kadu-core/url-handlers/standard-url-expander.h
-include/kadu/kadu-core/url-handlers/standard-url-handler.h
-include/kadu/kadu-core/url-handlers/url-clipboard-html-transformer.h
-include/kadu/kadu-core/url-handlers/url-handler-manager.h
-include/kadu/kadu-core/url-handlers/url-handler.h
-include/kadu/plugins/docking/docking-configuration-provider.h
-include/kadu/plugins/docking/docking-configuration.h
-include/kadu/plugins/docking/docking-exports.h
-include/kadu/plugins/docking/docking-menu-action-repository.h
-include/kadu/plugins/docking/docking-menu-handler.h
-include/kadu/plugins/docking/docking-module.h
-include/kadu/plugins/docking/docking-plugin-modules-factory.h
-include/kadu/plugins/docking/docking-plugin-object.h
-include/kadu/plugins/docking/docking-tooltip-handler.h
-include/kadu/plugins/docking/docking.h
-include/kadu/plugins/docking/status-notifier-item-attention-animator.h
-include/kadu/plugins/docking/status-notifier-item-attention-blinker.h
-include/kadu/plugins/docking/status-notifier-item-attention-mode.h
-include/kadu/plugins/docking/status-notifier-item-attention-static.h
-include/kadu/plugins/docking/status-notifier-item-attention.h
-include/kadu/plugins/docking/status-notifier-item-configuration.h
-include/kadu/plugins/docking/status-notifier-item.h
-include/kadu/plugins/emoticons/configuration/emoticon-configuration.h
-include/kadu/plugins/emoticons/configuration/emoticon-configurator.h
-include/kadu/plugins/emoticons/emoticon.h
-include/kadu/plugins/emoticons/emoticons-exports.h
-include/kadu/plugins/emoticons/emoticons-module.h
-include/kadu/plugins/emoticons/emoticons-plugin-modules-factory.h
-include/kadu/plugins/emoticons/emoticons-plugin-object.h
-include/kadu/plugins/emoticons/expander/animated-emoticon-path-provider.h
-include/kadu/plugins/emoticons/expander/emoticon-expander-dom-visitor-provider.h
-include/kadu/plugins/emoticons/expander/emoticon-expander.h
-include/kadu/plugins/emoticons/expander/emoticon-path-provider.h
-include/kadu/plugins/emoticons/expander/static-emoticon-path-provider.h
-include/kadu/plugins/emoticons/gui/emoticon-clipboard-html-transformer.h
-include/kadu/plugins/emoticons/gui/emoticon-selector-button-popup.h
-include/kadu/plugins/emoticons/gui/emoticon-selector-button.h
-include/kadu/plugins/emoticons/gui/emoticon-selector.h
-include/kadu/plugins/emoticons/gui/emoticons-configuration-ui-handler.h
-include/kadu/plugins/emoticons/gui/insert-emoticon-action.h
-include/kadu/plugins/emoticons/theme/emoticon-theme-loader.h
-include/kadu/plugins/emoticons/theme/emoticon-theme-manager.h
-include/kadu/plugins/emoticons/theme/emoticon-theme.h
-include/kadu/plugins/emoticons/theme/gadu-emoticon-parser.h
-include/kadu/plugins/emoticons/theme/gadu-emoticon-theme-loader.h
-include/kadu/plugins/emoticons/walker/emoticon-prefix-tree-builder.h
-include/kadu/plugins/emoticons/walker/emoticon-prefix-tree.h
-include/kadu/plugins/emoticons/walker/emoticon-walker.h
-include/kadu/plugins/gadu_protocol/gadu-account-details.h
-include/kadu/plugins/gadu_protocol/gadu-exports.h
-include/kadu/plugins/gadu_protocol/gadu-id-validator.h
-include/kadu/plugins/gadu_protocol/gadu-module.h
-include/kadu/plugins/gadu_protocol/gadu-plugin-modules-factory.h
-include/kadu/plugins/gadu_protocol/gadu-plugin-object.h
-include/kadu/plugins/gadu_protocol/gadu-protocol-factory.h
-include/kadu/plugins/gadu_protocol/gadu-protocol.h
-include/kadu/plugins/gadu_protocol/gadu-search-record.h
-include/kadu/plugins/gadu_protocol/gadu-search-result.h
-include/kadu/plugins/gadu_protocol/gadu-status-adapter.h
-include/kadu/plugins/gadu_protocol/gadu-url-dom-visitor-provider.h
-include/kadu/plugins/gadu_protocol/gadu-url-handler.h
-include/kadu/plugins/gadu_protocol/gui/widgets/gadu-add-account-widget.h
-include/kadu/plugins/gadu_protocol/gui/widgets/gadu-contact-personal-info-widget.h
-include/kadu/plugins/gadu_protocol/gui/widgets/gadu-edit-account-widget.h
-include/kadu/plugins/gadu_protocol/gui/widgets/gadu-personal-info-widget.h
-include/kadu/plugins/gadu_protocol/helpers/formatted-string-gadu-html-visitor.h
-include/kadu/plugins/gadu_protocol/helpers/formatted-string-image-key-received-visitor.h
-include/kadu/plugins/gadu_protocol/helpers/gadu-list-helper.h
-include/kadu/plugins/gadu_protocol/helpers/gadu-protocol-helper.h
-include/kadu/plugins/gadu_protocol/helpers/gadu-proxy-helper.h
-include/kadu/plugins/gadu_protocol/oauth/oauth-authorization-chain.h
-include/kadu/plugins/gadu_protocol/oauth/oauth-authorization.h
-include/kadu/plugins/gadu_protocol/oauth/oauth-consumer.h
-include/kadu/plugins/gadu_protocol/oauth/oauth-manager.h
-include/kadu/plugins/gadu_protocol/oauth/oauth-parameters.h
-include/kadu/plugins/gadu_protocol/oauth/oauth-token-fetcher.h
-include/kadu/plugins/gadu_protocol/oauth/oauth-token.h
-include/kadu/plugins/gadu_protocol/open-chat-with/gadu-open-chat-with-runner.h
-include/kadu/plugins/gadu_protocol/server/gadu-avatar-downloader.h
-include/kadu/plugins/gadu_protocol/server/gadu-avatar-uploader.h
-include/kadu/plugins/gadu_protocol/server/gadu-connection.h
-include/kadu/plugins/gadu_protocol/server/gadu-servers-manager.h
-include/kadu/plugins/gadu_protocol/server/gadu-writable-session-token.h
-include/kadu/plugins/gadu_protocol/server/protocol-gadu-connection.h
-include/kadu/plugins/gadu_protocol/services/gadu-avatar-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-buddy-list-serialization-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-chat-image-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-chat-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-chat-state-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-contact-personal-info-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-file-transfer-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-imtoken-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-multilogon-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-notify-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-personal-info-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-roster-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-roster-state-machine.h
-include/kadu/plugins/gadu_protocol/services/gadu-search-service.h
-include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-protocol-socket-notifiers.h
-include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-pubdir-socket-notifiers.h
-include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-socket-notifiers.h
-include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-token-socket-notifiers.h
-include/kadu/plugins/history/actions/show-history-action-description.h
-include/kadu/plugins/history/buddy-history-delete-handler.h
-include/kadu/plugins/history/chats-buddies-splitter.h
-include/kadu/plugins/history/gui/widgets/chat-history-tab.h
-include/kadu/plugins/history/gui/widgets/history-buddy-configuration-widget-factory.h
-include/kadu/plugins/history/gui/widgets/history-buddy-configuration-widget.h
-include/kadu/plugins/history/gui/widgets/history-chat-configuration-widget-factory.h
-include/kadu/plugins/history/gui/widgets/history-chat-configuration-widget.h
-include/kadu/plugins/history/gui/widgets/history-messages-tab.h
-include/kadu/plugins/history/gui/widgets/history-tab.h
-include/kadu/plugins/history/gui/widgets/history-talkable-combo-box.h
-include/kadu/plugins/history/gui/widgets/search-tab.h
-include/kadu/plugins/history/gui/widgets/timeline-chat-messages-view.h
-include/kadu/plugins/history/gui/windows/history-window-service.h
-include/kadu/plugins/history/gui/windows/history-window.h
-include/kadu/plugins/history/history-exports.h
-include/kadu/plugins/history/history-messages-prepender.h
-include/kadu/plugins/history/history-module.h
-include/kadu/plugins/history/history-plugin-modules-factory.h
-include/kadu/plugins/history/history-plugin-object.h
-include/kadu/plugins/history/history-query-result.h
-include/kadu/plugins/history/history-query.h
-include/kadu/plugins/history/history-save-thread.h
-include/kadu/plugins/history/history.h
-include/kadu/plugins/history/model/history-query-results-model.h
-include/kadu/plugins/history/model/history-query-results-proxy-model.h
-include/kadu/plugins/history/search/history-search-parameters.h
-include/kadu/plugins/history/storage/history-messages-storage.h
-include/kadu/plugins/history/storage/history-storage.h
-include/kadu/plugins/idle/idle-exports.h
-include/kadu/plugins/idle/idle-module.h
-include/kadu/plugins/idle/idle-plugin-modules-factory.h
-include/kadu/plugins/idle/idle-plugin-object.h
-include/kadu/plugins/idle/idle.h
-include/kadu/plugins/jabber_protocol/actions/jabber-actions.h
-include/kadu/plugins/jabber_protocol/actions/jabber-protocol-menu-manager.h
-include/kadu/plugins/jabber_protocol/actions/show-xml-console-action-description.h
-include/kadu/plugins/jabber_protocol/facebook-depreceated-message.h
-include/kadu/plugins/jabber_protocol/file-transfer/jabber-outgoing-file-transfer-handler.h
-include/kadu/plugins/jabber_protocol/file-transfer/jabber-stream-incoming-file-transfer-handler.h
-include/kadu/plugins/jabber_protocol/gtalk-protocol-factory.h
-include/kadu/plugins/jabber_protocol/gui/widgets/jabber-add-account-widget.h
-include/kadu/plugins/jabber_protocol/gui/widgets/jabber-contact-personal-info-widget.h
-include/kadu/plugins/jabber_protocol/gui/widgets/jabber-create-account-widget.h
-include/kadu/plugins/jabber_protocol/gui/widgets/jabber-edit-account-widget.h
-include/kadu/plugins/jabber_protocol/gui/widgets/jabber-personal-info-widget.h
-include/kadu/plugins/jabber_protocol/gui/windows/jabber-change-password-window.h
-include/kadu/plugins/jabber_protocol/gui/windows/jabber-wait-for-account-register-window.h
-include/kadu/plugins/jabber_protocol/gui/windows/xml-console.h
-include/kadu/plugins/jabber_protocol/jabber-account-details.h
-include/kadu/plugins/jabber_protocol/jabber-id-validator.h
-include/kadu/plugins/jabber_protocol/jabber-module.h
-include/kadu/plugins/jabber_protocol/jabber-plugin-modules-factory.h
-include/kadu/plugins/jabber_protocol/jabber-plugin-object.h
-include/kadu/plugins/jabber_protocol/jabber-protocol-factory.h
-include/kadu/plugins/jabber_protocol/jabber-protocol.h
-include/kadu/plugins/jabber_protocol/jabber-status-adapter.h
-include/kadu/plugins/jabber_protocol/jabber-url-dom-visitor-provider.h
-include/kadu/plugins/jabber_protocol/jabber-url-handler.h
-include/kadu/plugins/jabber_protocol/jid.h
-include/kadu/plugins/jabber_protocol/open-chat-with/jabber-open-chat-with-runner.h
-include/kadu/plugins/jabber_protocol/qxmpp/jabber-register-extension.h
-include/kadu/plugins/jabber_protocol/qxmpp/jabber-roster-extension.h
-include/kadu/plugins/jabber_protocol/qxmpp/jabber-ssl-handler.h
-include/kadu/plugins/jabber_protocol/services/jabber-avatar-downloader.h
-include/kadu/plugins/jabber_protocol/services/jabber-avatar-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-avatar-uploader.h
-include/kadu/plugins/jabber_protocol/services/jabber-change-password-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-change-password.h
-include/kadu/plugins/jabber_protocol/services/jabber-chat-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-chat-state-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-contact-personal-info-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-error-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-file-transfer-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-personal-info-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-presence-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-register-account-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-register-account.h
-include/kadu/plugins/jabber_protocol/services/jabber-resource-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-resource.h
-include/kadu/plugins/jabber_protocol/services/jabber-room-chat-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-room-chat.h
-include/kadu/plugins/jabber_protocol/services/jabber-roster-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-roster-state.h
-include/kadu/plugins/jabber_protocol/services/jabber-servers-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-stream-debug-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-subscription-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-vcard-downloader.h
-include/kadu/plugins/jabber_protocol/services/jabber-vcard-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-vcard-uploader.h
-include/kadu/plugins/mediaplayer/media-player-status-changer.h
-include/kadu/plugins/mediaplayer/mediaplayer-configuration-ui-handler.h
-include/kadu/plugins/mediaplayer/mediaplayer-exports.h
-include/kadu/plugins/mediaplayer/mediaplayer-module.h
-include/kadu/plugins/mediaplayer/mediaplayer-notification-service.h
-include/kadu/plugins/mediaplayer/mediaplayer-plugin-modules-factory.h
-include/kadu/plugins/mediaplayer/mediaplayer-plugin-object.h
-include/kadu/plugins/mediaplayer/mediaplayer.h
-include/kadu/plugins/mediaplayer/player-commands.h
-include/kadu/plugins/mediaplayer/player-info.h
-include/kadu/plugins/sound/gui/sound-actions.h
-include/kadu/plugins/sound/gui/sound-buddy-configuration-widget-factory.h
-include/kadu/plugins/sound/gui/sound-buddy-configuration-widget.h
-include/kadu/plugins/sound/gui/sound-chat-configuration-widget-factory.h
-include/kadu/plugins/sound/gui/sound-chat-configuration-widget.h
-include/kadu/plugins/sound/gui/sound-configuration-ui-handler.h
-include/kadu/plugins/sound/gui/sound-configuration-widget.h
-include/kadu/plugins/sound/gui/sound-mute-action.h
-include/kadu/plugins/sound/gui/sound-select-file.h
-include/kadu/plugins/sound/notification/sound-notifier.h
-include/kadu/plugins/sound/sound-exports.h
-include/kadu/plugins/sound/sound-manager.h
-include/kadu/plugins/sound/sound-module.h
-include/kadu/plugins/sound/sound-player.h
-include/kadu/plugins/sound/sound-plugin-modules-factory.h
-include/kadu/plugins/sound/sound-plugin-object.h
-include/kadu/plugins/sound/sound-theme-manager.h
-lib/kadu/libkadu.so
-lib/kadu/plugins/libantistring.so
-lib/kadu/plugins/libauto_hide.so
-lib/kadu/plugins/libautoaway.so
-lib/kadu/plugins/libautoresponder.so
-lib/kadu/plugins/libautostatus.so
-lib/kadu/plugins/libcenzor.so
-lib/kadu/plugins/libchat_notify.so
-lib/kadu/plugins/libconfig_wizard.so
-lib/kadu/plugins/libdocking.so
-lib/kadu/plugins/libdocking_notify.so
-lib/kadu/plugins/libemoticons.so
-lib/kadu/plugins/libencryption_otr.so
-lib/kadu/plugins/libexec_notify.so
-lib/kadu/plugins/libext_sound.so
-lib/kadu/plugins/libfiledesc.so
-lib/kadu/plugins/libfirewall.so
-lib/kadu/plugins/libfreedesktop_notify.so
-lib/kadu/plugins/libgadu_protocol.so
-lib/kadu/plugins/libhints.so
-lib/kadu/plugins/libhistory.so
-lib/kadu/plugins/libidle.so
-lib/kadu/plugins/libimagelink.so
-lib/kadu/plugins/libjabber_protocol.so
-lib/kadu/plugins/liblast_seen.so
-lib/kadu/plugins/libmediaplayer.so
-lib/kadu/plugins/libmpd_mediaplayer.so
-lib/kadu/plugins/libmprisplayer_mediaplayer.so
-lib/kadu/plugins/libpcspeaker.so
-lib/kadu/plugins/libscreenshot.so
-lib/kadu/plugins/libsimpleview.so
-lib/kadu/plugins/libsingle_window.so
-lib/kadu/plugins/libsms.so
-lib/kadu/plugins/libsound.so
-lib/kadu/plugins/libspeech.so
-lib/kadu/plugins/libspellchecker.so
-lib/kadu/plugins/libsql_history.so
-lib/kadu/plugins/libtabs.so
-lib/kadu/plugins/libwindows_integration.so
-lib/kadu/plugins/libword_fix.so
-share/applications/kadu.desktop
-share/cmake/Kadu/KaduConfig.cmake
-share/cmake/Kadu/KaduConfigVersion.cmake
-share/cmake/Kadu/KaduMacros.cmake
-share/cmake/Kadu/KaduPlugin_antistringConfig.cmake
-share/cmake/Kadu/KaduPlugin_antistringTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_antistringTargets.cmake
-share/cmake/Kadu/KaduPlugin_auto_hideConfig.cmake
-share/cmake/Kadu/KaduPlugin_auto_hideTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_auto_hideTargets.cmake
-share/cmake/Kadu/KaduPlugin_autoawayConfig.cmake
-share/cmake/Kadu/KaduPlugin_autoawayTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_autoawayTargets.cmake
-share/cmake/Kadu/KaduPlugin_autoresponderConfig.cmake
-share/cmake/Kadu/KaduPlugin_autoresponderTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_autoresponderTargets.cmake
-share/cmake/Kadu/KaduPlugin_autostatusConfig.cmake
-share/cmake/Kadu/KaduPlugin_autostatusTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_autostatusTargets.cmake
-share/cmake/Kadu/KaduPlugin_cenzorConfig.cmake
-share/cmake/Kadu/KaduPlugin_cenzorTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_cenzorTargets.cmake
-share/cmake/Kadu/KaduPlugin_chat_notifyConfig.cmake
-share/cmake/Kadu/KaduPlugin_chat_notifyTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_chat_notifyTargets.cmake
-share/cmake/Kadu/KaduPlugin_config_wizardConfig.cmake
-share/cmake/Kadu/KaduPlugin_config_wizardTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_config_wizardTargets.cmake
-share/cmake/Kadu/KaduPlugin_dockingConfig.cmake
-share/cmake/Kadu/KaduPlugin_dockingTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_dockingTargets.cmake
-share/cmake/Kadu/KaduPlugin_docking_notifyConfig.cmake
-share/cmake/Kadu/KaduPlugin_docking_notifyTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_docking_notifyTargets.cmake
-share/cmake/Kadu/KaduPlugin_emoticonsConfig.cmake
-share/cmake/Kadu/KaduPlugin_emoticonsTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_emoticonsTargets.cmake
-share/cmake/Kadu/KaduPlugin_encryption_otrConfig.cmake
-share/cmake/Kadu/KaduPlugin_encryption_otrTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_encryption_otrTargets.cmake
-share/cmake/Kadu/KaduPlugin_exec_notifyConfig.cmake
-share/cmake/Kadu/KaduPlugin_exec_notifyTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_exec_notifyTargets.cmake
-share/cmake/Kadu/KaduPlugin_ext_soundConfig.cmake
-share/cmake/Kadu/KaduPlugin_ext_soundTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_ext_soundTargets.cmake
-share/cmake/Kadu/KaduPlugin_filedescConfig.cmake
-share/cmake/Kadu/KaduPlugin_filedescTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_filedescTargets.cmake
-share/cmake/Kadu/KaduPlugin_firewallConfig.cmake
-share/cmake/Kadu/KaduPlugin_firewallTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_firewallTargets.cmake
-share/cmake/Kadu/KaduPlugin_freedesktop_notifyConfig.cmake
-share/cmake/Kadu/KaduPlugin_freedesktop_notifyTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_freedesktop_notifyTargets.cmake
-share/cmake/Kadu/KaduPlugin_gadu_protocolConfig.cmake
-share/cmake/Kadu/KaduPlugin_gadu_protocolTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_gadu_protocolTargets.cmake
-share/cmake/Kadu/KaduPlugin_hintsConfig.cmake
-share/cmake/Kadu/KaduPlugin_hintsTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_hintsTargets.cmake
-share/cmake/Kadu/KaduPlugin_historyConfig.cmake
-share/cmake/Kadu/KaduPlugin_historyTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_historyTargets.cmake
-share/cmake/Kadu/KaduPlugin_idleConfig.cmake
-share/cmake/Kadu/KaduPlugin_idleTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_idleTargets.cmake
-share/cmake/Kadu/KaduPlugin_imagelinkConfig.cmake
-share/cmake/Kadu/KaduPlugin_imagelinkTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_imagelinkTargets.cmake
-share/cmake/Kadu/KaduPlugin_jabber_protocolConfig.cmake
-share/cmake/Kadu/KaduPlugin_jabber_protocolTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_jabber_protocolTargets.cmake
-share/cmake/Kadu/KaduPlugin_last_seenConfig.cmake
-share/cmake/Kadu/KaduPlugin_last_seenTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_last_seenTargets.cmake
-share/cmake/Kadu/KaduPlugin_mediaplayerConfig.cmake
-share/cmake/Kadu/KaduPlugin_mediaplayerTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_mediaplayerTargets.cmake
-share/cmake/Kadu/KaduPlugin_mpd_mediaplayerConfig.cmake
-share/cmake/Kadu/KaduPlugin_mpd_mediaplayerTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_mpd_mediaplayerTargets.cmake
-share/cmake/Kadu/KaduPlugin_mprisplayer_mediaplayerConfig.cmake
-share/cmake/Kadu/KaduPlugin_mprisplayer_mediaplayerTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_mprisplayer_mediaplayerTargets.cmake
-share/cmake/Kadu/KaduPlugin_pcspeakerConfig.cmake
-share/cmake/Kadu/KaduPlugin_pcspeakerTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_pcspeakerTargets.cmake
-share/cmake/Kadu/KaduPlugin_screenshotConfig.cmake
-share/cmake/Kadu/KaduPlugin_screenshotTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_screenshotTargets.cmake
-share/cmake/Kadu/KaduPlugin_simpleviewConfig.cmake
-share/cmake/Kadu/KaduPlugin_simpleviewTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_simpleviewTargets.cmake
-share/cmake/Kadu/KaduPlugin_single_windowConfig.cmake
-share/cmake/Kadu/KaduPlugin_single_windowTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_single_windowTargets.cmake
-share/cmake/Kadu/KaduPlugin_smsConfig.cmake
-share/cmake/Kadu/KaduPlugin_smsTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_smsTargets.cmake
-share/cmake/Kadu/KaduPlugin_soundConfig.cmake
-share/cmake/Kadu/KaduPlugin_soundTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_soundTargets.cmake
-share/cmake/Kadu/KaduPlugin_speechConfig.cmake
-share/cmake/Kadu/KaduPlugin_speechTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_speechTargets.cmake
-share/cmake/Kadu/KaduPlugin_spellcheckerConfig.cmake
-share/cmake/Kadu/KaduPlugin_spellcheckerTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_spellcheckerTargets.cmake
-share/cmake/Kadu/KaduPlugin_sql_historyConfig.cmake
-share/cmake/Kadu/KaduPlugin_sql_historyTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_sql_historyTargets.cmake
-share/cmake/Kadu/KaduPlugin_tabsConfig.cmake
-share/cmake/Kadu/KaduPlugin_tabsTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_tabsTargets.cmake
-share/cmake/Kadu/KaduPlugin_windows_integrationConfig.cmake
-share/cmake/Kadu/KaduPlugin_windows_integrationTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_windows_integrationTargets.cmake
-share/cmake/Kadu/KaduPlugin_word_fixConfig.cmake
-share/cmake/Kadu/KaduPlugin_word_fixTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduPlugin_word_fixTargets.cmake
-share/cmake/Kadu/KaduTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Kadu/KaduTargets.cmake
-share/icons/hicolor/128x128/apps/kadu.png
-share/icons/hicolor/16x16/apps/kadu.png
-share/icons/hicolor/22x22/apps/kadu.png
-share/icons/hicolor/24x24/apps/kadu.png
-share/icons/hicolor/256x256/apps/kadu.png
-share/icons/hicolor/32x32/apps/kadu.png
-share/icons/hicolor/48x48/apps/kadu.png
-share/icons/hicolor/64x64/apps/kadu.png
-%%DATADIR%%/AUTHORS
-%%DATADIR%%/AUTHORS.html
-%%DATADIR%%/COPYING.GPL2
-%%DATADIR%%/COPYING.LGPL2.1
-%%DATADIR%%/ChangeLog
-%%DATADIR%%/ChangeLog.OLD-PL
-%%DATADIR%%/HISTORY
-%%DATADIR%%/README
-%%DATADIR%%/THANKS
-%%DATADIR%%/configuration/dialog-look-chat-advanced.ui
-%%DATADIR%%/configuration/dialog.ui
-%%DATADIR%%/plugins/antistring.desc
-%%DATADIR%%/plugins/auto_hide.desc
-%%DATADIR%%/plugins/autoaway.desc
-%%DATADIR%%/plugins/autoresponder.desc
-%%DATADIR%%/plugins/autostatus.desc
-%%DATADIR%%/plugins/cenzor.desc
-%%DATADIR%%/plugins/chat_notify.desc
-%%DATADIR%%/plugins/config_wizard.desc
-%%DATADIR%%/plugins/configuration/antistring.ui
-%%DATADIR%%/plugins/configuration/auto_hide.ui
-%%DATADIR%%/plugins/configuration/autoaway.ui
-%%DATADIR%%/plugins/configuration/autoresponder.ui
-%%DATADIR%%/plugins/configuration/autostatus.ui
-%%DATADIR%%/plugins/configuration/cenzor.ui
-%%DATADIR%%/plugins/configuration/docking-notify.ui
-%%DATADIR%%/plugins/configuration/docking.ui
-%%DATADIR%%/plugins/configuration/emoticons.ui
-%%DATADIR%%/plugins/configuration/ext_sound.ui
-%%DATADIR%%/plugins/configuration/filedesc.ui
-%%DATADIR%%/plugins/configuration/firewall.ui
-%%DATADIR%%/plugins/configuration/freedesktop_notify.ui
-%%DATADIR%%/plugins/configuration/hints.ui
-%%DATADIR%%/plugins/configuration/history.ui
-%%DATADIR%%/plugins/configuration/image-link.ui
-%%DATADIR%%/plugins/configuration/mediaplayer.ui
-%%DATADIR%%/plugins/configuration/mpd_config.ui
-%%DATADIR%%/plugins/configuration/mprisplayer_mediaplayer.ui
-%%DATADIR%%/plugins/configuration/screenshot.ui
-%%DATADIR%%/plugins/configuration/simpleview.ui
-%%DATADIR%%/plugins/configuration/single_window.ui
-%%DATADIR%%/plugins/configuration/sms.ui
-%%DATADIR%%/plugins/configuration/sound.ui
-%%DATADIR%%/plugins/configuration/speech.ui
-%%DATADIR%%/plugins/configuration/spellchecker.ui
-%%DATADIR%%/plugins/configuration/tabs.ui
-%%DATADIR%%/plugins/configuration/word_fix.ui
-%%DATADIR%%/plugins/data/antistring/ant_conditions.conf
-%%DATADIR%%/plugins/data/cenzor/cenzor_words.conf
-%%DATADIR%%/plugins/data/cenzor/cenzor_words_ok.conf
-%%DATADIR%%/plugins/data/mediaplayer/mediaplayer.png
-%%DATADIR%%/plugins/data/mprisplayer_mediaplayer/mprisplayer-players.data
-%%DATADIR%%/plugins/data/sms/scripts/gateway-era.js
-%%DATADIR%%/plugins/data/sms/scripts/gateway-orange.js
-%%DATADIR%%/plugins/data/sms/scripts/gateway-plus.js
-%%DATADIR%%/plugins/data/sms/scripts/gateway.js
-%%DATADIR%%/plugins/data/sql_history/scripts/history-database-recovery.sh
-%%DATADIR%%/plugins/data/word_fix/wf_default_list.data
-%%DATADIR%%/plugins/docking.desc
-%%DATADIR%%/plugins/docking_notify.desc
-%%DATADIR%%/plugins/emoticons.desc
-%%DATADIR%%/plugins/encryption_otr.desc
-%%DATADIR%%/plugins/exec_notify.desc
-%%DATADIR%%/plugins/ext_sound.desc
-%%DATADIR%%/plugins/filedesc.desc
-%%DATADIR%%/plugins/firewall.desc
-%%DATADIR%%/plugins/freedesktop_notify.desc
-%%DATADIR%%/plugins/gadu_protocol.desc
-%%DATADIR%%/plugins/hints.desc
-%%DATADIR%%/plugins/history.desc
-%%DATADIR%%/plugins/idle.desc
-%%DATADIR%%/plugins/imagelink.desc
-%%DATADIR%%/plugins/jabber_protocol.desc
-%%DATADIR%%/plugins/last_seen.desc
-%%DATADIR%%/plugins/mediaplayer.desc
-%%DATADIR%%/plugins/mpd_mediaplayer.desc
-%%DATADIR%%/plugins/mprisplayer_mediaplayer.desc
-%%DATADIR%%/plugins/pcspeaker.desc
-%%DATADIR%%/plugins/screenshot.desc
-%%DATADIR%%/plugins/simpleview.desc
-%%DATADIR%%/plugins/single_window.desc
-%%DATADIR%%/plugins/sms.desc
-%%DATADIR%%/plugins/sound.desc
-%%DATADIR%%/plugins/speech.desc
-%%DATADIR%%/plugins/spellchecker.desc
-%%DATADIR%%/plugins/sql_history.desc
-%%DATADIR%%/plugins/tabs.desc
-%%DATADIR%%/plugins/translations/antistring_cs.qm
-%%DATADIR%%/plugins/translations/antistring_de.qm
-%%DATADIR%%/plugins/translations/antistring_en.qm
-%%DATADIR%%/plugins/translations/antistring_es_MX.qm
-%%DATADIR%%/plugins/translations/antistring_fr.qm
-%%DATADIR%%/plugins/translations/antistring_pl.qm
-%%DATADIR%%/plugins/translations/antistring_tr.qm
-%%DATADIR%%/plugins/translations/auto_hide_cs.qm
-%%DATADIR%%/plugins/translations/auto_hide_de.qm
-%%DATADIR%%/plugins/translations/auto_hide_en.qm
-%%DATADIR%%/plugins/translations/auto_hide_es_MX.qm
-%%DATADIR%%/plugins/translations/auto_hide_fr.qm
-%%DATADIR%%/plugins/translations/auto_hide_pl.qm
-%%DATADIR%%/plugins/translations/auto_hide_tr.qm
-%%DATADIR%%/plugins/translations/autoaway_cs.qm
-%%DATADIR%%/plugins/translations/autoaway_de.qm
-%%DATADIR%%/plugins/translations/autoaway_en.qm
-%%DATADIR%%/plugins/translations/autoaway_es_MX.qm
-%%DATADIR%%/plugins/translations/autoaway_fr.qm
-%%DATADIR%%/plugins/translations/autoaway_pl.qm
-%%DATADIR%%/plugins/translations/autoaway_tr.qm
-%%DATADIR%%/plugins/translations/autoresponder_cs.qm
-%%DATADIR%%/plugins/translations/autoresponder_de.qm
-%%DATADIR%%/plugins/translations/autoresponder_en.qm
-%%DATADIR%%/plugins/translations/autoresponder_es_MX.qm
-%%DATADIR%%/plugins/translations/autoresponder_fr.qm
-%%DATADIR%%/plugins/translations/autoresponder_pl.qm
-%%DATADIR%%/plugins/translations/autoresponder_tr.qm
-%%DATADIR%%/plugins/translations/autostatus_cs.qm
-%%DATADIR%%/plugins/translations/autostatus_de.qm
-%%DATADIR%%/plugins/translations/autostatus_en.qm
-%%DATADIR%%/plugins/translations/autostatus_es_MX.qm
-%%DATADIR%%/plugins/translations/autostatus_fr.qm
-%%DATADIR%%/plugins/translations/autostatus_pl.qm
-%%DATADIR%%/plugins/translations/autostatus_tr.qm
-%%DATADIR%%/plugins/translations/cenzor_cs.qm
-%%DATADIR%%/plugins/translations/cenzor_de.qm
-%%DATADIR%%/plugins/translations/cenzor_en.qm
-%%DATADIR%%/plugins/translations/cenzor_es_MX.qm
-%%DATADIR%%/plugins/translations/cenzor_fr.qm
-%%DATADIR%%/plugins/translations/cenzor_pl.qm
-%%DATADIR%%/plugins/translations/cenzor_tr.qm
-%%DATADIR%%/plugins/translations/chat_notify_cs.qm
-%%DATADIR%%/plugins/translations/chat_notify_de.qm
-%%DATADIR%%/plugins/translations/chat_notify_en.qm
-%%DATADIR%%/plugins/translations/chat_notify_es_MX.qm
-%%DATADIR%%/plugins/translations/chat_notify_fr.qm
-%%DATADIR%%/plugins/translations/chat_notify_pl.qm
-%%DATADIR%%/plugins/translations/chat_notify_tr.qm
-%%DATADIR%%/plugins/translations/config_wizard_cs.qm
-%%DATADIR%%/plugins/translations/config_wizard_de.qm
-%%DATADIR%%/plugins/translations/config_wizard_en.qm
-%%DATADIR%%/plugins/translations/config_wizard_es_MX.qm
-%%DATADIR%%/plugins/translations/config_wizard_fr.qm
-%%DATADIR%%/plugins/translations/config_wizard_pl.qm
-%%DATADIR%%/plugins/translations/config_wizard_tr.qm
-%%DATADIR%%/plugins/translations/docking_cs.qm
-%%DATADIR%%/plugins/translations/docking_de.qm
-%%DATADIR%%/plugins/translations/docking_en.qm
-%%DATADIR%%/plugins/translations/docking_es_MX.qm
-%%DATADIR%%/plugins/translations/docking_fr.qm
-%%DATADIR%%/plugins/translations/docking_notify_cs.qm
-%%DATADIR%%/plugins/translations/docking_notify_de.qm
-%%DATADIR%%/plugins/translations/docking_notify_en.qm
-%%DATADIR%%/plugins/translations/docking_notify_es_MX.qm
-%%DATADIR%%/plugins/translations/docking_notify_fr.qm
-%%DATADIR%%/plugins/translations/docking_notify_pl.qm
-%%DATADIR%%/plugins/translations/docking_notify_tr.qm
-%%DATADIR%%/plugins/translations/docking_pl.qm
-%%DATADIR%%/plugins/translations/docking_tr.qm
-%%DATADIR%%/plugins/translations/emoticons_cs.qm
-%%DATADIR%%/plugins/translations/emoticons_de.qm
-%%DATADIR%%/plugins/translations/emoticons_en.qm
-%%DATADIR%%/plugins/translations/emoticons_es_MX.qm
-%%DATADIR%%/plugins/translations/emoticons_fr.qm
-%%DATADIR%%/plugins/translations/emoticons_pl.qm
-%%DATADIR%%/plugins/translations/emoticons_tr.qm
-%%DATADIR%%/plugins/translations/encryption_otr_cs.qm
-%%DATADIR%%/plugins/translations/encryption_otr_de.qm
-%%DATADIR%%/plugins/translations/encryption_otr_en.qm
-%%DATADIR%%/plugins/translations/encryption_otr_es_MX.qm
-%%DATADIR%%/plugins/translations/encryption_otr_fr.qm
-%%DATADIR%%/plugins/translations/encryption_otr_pl.qm
-%%DATADIR%%/plugins/translations/encryption_otr_tr.qm
-%%DATADIR%%/plugins/translations/exec_notify_cs.qm
-%%DATADIR%%/plugins/translations/exec_notify_de.qm
-%%DATADIR%%/plugins/translations/exec_notify_en.qm
-%%DATADIR%%/plugins/translations/exec_notify_es_MX.qm
-%%DATADIR%%/plugins/translations/exec_notify_fr.qm
-%%DATADIR%%/plugins/translations/exec_notify_pl.qm
-%%DATADIR%%/plugins/translations/exec_notify_tr.qm
-%%DATADIR%%/plugins/translations/ext_sound_cs.qm
-%%DATADIR%%/plugins/translations/ext_sound_de.qm
-%%DATADIR%%/plugins/translations/ext_sound_en.qm
-%%DATADIR%%/plugins/translations/ext_sound_es_MX.qm
-%%DATADIR%%/plugins/translations/ext_sound_fr.qm
-%%DATADIR%%/plugins/translations/ext_sound_pl.qm
-%%DATADIR%%/plugins/translations/ext_sound_tr.qm
-%%DATADIR%%/plugins/translations/filedesc_cs.qm
-%%DATADIR%%/plugins/translations/filedesc_de.qm
-%%DATADIR%%/plugins/translations/filedesc_en.qm
-%%DATADIR%%/plugins/translations/filedesc_es_MX.qm
-%%DATADIR%%/plugins/translations/filedesc_fr.qm
-%%DATADIR%%/plugins/translations/filedesc_pl.qm
-%%DATADIR%%/plugins/translations/filedesc_tr.qm
-%%DATADIR%%/plugins/translations/firewall_cs.qm
-%%DATADIR%%/plugins/translations/firewall_de.qm
-%%DATADIR%%/plugins/translations/firewall_en.qm
-%%DATADIR%%/plugins/translations/firewall_es_MX.qm
-%%DATADIR%%/plugins/translations/firewall_fr.qm
-%%DATADIR%%/plugins/translations/firewall_pl.qm
-%%DATADIR%%/plugins/translations/firewall_tr.qm
-%%DATADIR%%/plugins/translations/freedesktop_notify_cs.qm
-%%DATADIR%%/plugins/translations/freedesktop_notify_de.qm
-%%DATADIR%%/plugins/translations/freedesktop_notify_en.qm
-%%DATADIR%%/plugins/translations/freedesktop_notify_es_MX.qm
-%%DATADIR%%/plugins/translations/freedesktop_notify_fr.qm
-%%DATADIR%%/plugins/translations/freedesktop_notify_pl.qm
-%%DATADIR%%/plugins/translations/freedesktop_notify_tr.qm
-%%DATADIR%%/plugins/translations/gadu_protocol_cs.qm
-%%DATADIR%%/plugins/translations/gadu_protocol_de.qm
-%%DATADIR%%/plugins/translations/gadu_protocol_en.qm
-%%DATADIR%%/plugins/translations/gadu_protocol_es_MX.qm
-%%DATADIR%%/plugins/translations/gadu_protocol_fr.qm
-%%DATADIR%%/plugins/translations/gadu_protocol_pl.qm
-%%DATADIR%%/plugins/translations/gadu_protocol_tr.qm
-%%DATADIR%%/plugins/translations/hints_cs.qm
-%%DATADIR%%/plugins/translations/hints_de.qm
-%%DATADIR%%/plugins/translations/hints_en.qm
-%%DATADIR%%/plugins/translations/hints_es_MX.qm
-%%DATADIR%%/plugins/translations/hints_fr.qm
-%%DATADIR%%/plugins/translations/hints_pl.qm
-%%DATADIR%%/plugins/translations/hints_tr.qm
-%%DATADIR%%/plugins/translations/history_cs.qm
-%%DATADIR%%/plugins/translations/history_de.qm
-%%DATADIR%%/plugins/translations/history_en.qm
-%%DATADIR%%/plugins/translations/history_es_MX.qm
-%%DATADIR%%/plugins/translations/history_fr.qm
-%%DATADIR%%/plugins/translations/history_pl.qm
-%%DATADIR%%/plugins/translations/history_tr.qm
-%%DATADIR%%/plugins/translations/idle_en.qm
-%%DATADIR%%/plugins/translations/imagelink_cs.qm
-%%DATADIR%%/plugins/translations/imagelink_de.qm
-%%DATADIR%%/plugins/translations/imagelink_en.qm
-%%DATADIR%%/plugins/translations/imagelink_es_MX.qm
-%%DATADIR%%/plugins/translations/imagelink_fr.qm
-%%DATADIR%%/plugins/translations/imagelink_pl.qm
-%%DATADIR%%/plugins/translations/imagelink_tr.qm
-%%DATADIR%%/plugins/translations/jabber_protocol_cs.qm
-%%DATADIR%%/plugins/translations/jabber_protocol_de.qm
-%%DATADIR%%/plugins/translations/jabber_protocol_en.qm
-%%DATADIR%%/plugins/translations/jabber_protocol_es_MX.qm
-%%DATADIR%%/plugins/translations/jabber_protocol_fr.qm
-%%DATADIR%%/plugins/translations/jabber_protocol_pl.qm
-%%DATADIR%%/plugins/translations/jabber_protocol_tr.qm
-%%DATADIR%%/plugins/translations/last_seen_cs.qm
-%%DATADIR%%/plugins/translations/last_seen_de.qm
-%%DATADIR%%/plugins/translations/last_seen_en.qm
-%%DATADIR%%/plugins/translations/last_seen_es_MX.qm
-%%DATADIR%%/plugins/translations/last_seen_fr.qm
-%%DATADIR%%/plugins/translations/last_seen_pl.qm
-%%DATADIR%%/plugins/translations/last_seen_tr.qm
-%%DATADIR%%/plugins/translations/mediaplayer_cs.qm
-%%DATADIR%%/plugins/translations/mediaplayer_de.qm
-%%DATADIR%%/plugins/translations/mediaplayer_en.qm
-%%DATADIR%%/plugins/translations/mediaplayer_es_MX.qm
-%%DATADIR%%/plugins/translations/mediaplayer_fr.qm
-%%DATADIR%%/plugins/translations/mediaplayer_pl.qm
-%%DATADIR%%/plugins/translations/mediaplayer_tr.qm
-%%DATADIR%%/plugins/translations/mpd_mediaplayer_cs.qm
-%%DATADIR%%/plugins/translations/mpd_mediaplayer_de.qm
-%%DATADIR%%/plugins/translations/mpd_mediaplayer_en.qm
-%%DATADIR%%/plugins/translations/mpd_mediaplayer_es_MX.qm
-%%DATADIR%%/plugins/translations/mpd_mediaplayer_fr.qm
-%%DATADIR%%/plugins/translations/mpd_mediaplayer_pl.qm
-%%DATADIR%%/plugins/translations/mpd_mediaplayer_tr.qm
-%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_cs.qm
-%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_de.qm
-%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_en.qm
-%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_es_MX.qm
-%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_fr.qm
-%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_pl.qm
-%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_tr.qm
-%%DATADIR%%/plugins/translations/pcspeaker_cs.qm
-%%DATADIR%%/plugins/translations/pcspeaker_de.qm
-%%DATADIR%%/plugins/translations/pcspeaker_en.qm
-%%DATADIR%%/plugins/translations/pcspeaker_es_MX.qm
-%%DATADIR%%/plugins/translations/pcspeaker_fr.qm
-%%DATADIR%%/plugins/translations/pcspeaker_pl.qm
-%%DATADIR%%/plugins/translations/pcspeaker_tr.qm
-%%DATADIR%%/plugins/translations/screenshot_cs.qm
-%%DATADIR%%/plugins/translations/screenshot_de.qm
-%%DATADIR%%/plugins/translations/screenshot_en.qm
-%%DATADIR%%/plugins/translations/screenshot_es_MX.qm
-%%DATADIR%%/plugins/translations/screenshot_fr.qm
-%%DATADIR%%/plugins/translations/screenshot_pl.qm
-%%DATADIR%%/plugins/translations/screenshot_tr.qm
-%%DATADIR%%/plugins/translations/simpleview_cs.qm
-%%DATADIR%%/plugins/translations/simpleview_de.qm
-%%DATADIR%%/plugins/translations/simpleview_en.qm
-%%DATADIR%%/plugins/translations/simpleview_es_MX.qm
-%%DATADIR%%/plugins/translations/simpleview_fr.qm
-%%DATADIR%%/plugins/translations/simpleview_pl.qm
-%%DATADIR%%/plugins/translations/simpleview_tr.qm
-%%DATADIR%%/plugins/translations/single_window_cs.qm
-%%DATADIR%%/plugins/translations/single_window_de.qm
-%%DATADIR%%/plugins/translations/single_window_en.qm
-%%DATADIR%%/plugins/translations/single_window_es_MX.qm
-%%DATADIR%%/plugins/translations/single_window_fr.qm
-%%DATADIR%%/plugins/translations/single_window_pl.qm
-%%DATADIR%%/plugins/translations/single_window_tr.qm
-%%DATADIR%%/plugins/translations/sms_cs.qm
-%%DATADIR%%/plugins/translations/sms_de.qm
-%%DATADIR%%/plugins/translations/sms_en.qm
-%%DATADIR%%/plugins/translations/sms_es_MX.qm
-%%DATADIR%%/plugins/translations/sms_fr.qm
-%%DATADIR%%/plugins/translations/sms_pl.qm
-%%DATADIR%%/plugins/translations/sms_tr.qm
-%%DATADIR%%/plugins/translations/sound_cs.qm
-%%DATADIR%%/plugins/translations/sound_de.qm
-%%DATADIR%%/plugins/translations/sound_en.qm
-%%DATADIR%%/plugins/translations/sound_es_MX.qm
-%%DATADIR%%/plugins/translations/sound_fr.qm
-%%DATADIR%%/plugins/translations/sound_pl.qm
-%%DATADIR%%/plugins/translations/sound_tr.qm
-%%DATADIR%%/plugins/translations/speech_cs.qm
-%%DATADIR%%/plugins/translations/speech_de.qm
-%%DATADIR%%/plugins/translations/speech_en.qm
-%%DATADIR%%/plugins/translations/speech_es_MX.qm
-%%DATADIR%%/plugins/translations/speech_fr.qm
-%%DATADIR%%/plugins/translations/speech_pl.qm
-%%DATADIR%%/plugins/translations/speech_tr.qm
-%%DATADIR%%/plugins/translations/spellchecker_cs.qm
-%%DATADIR%%/plugins/translations/spellchecker_de.qm
-%%DATADIR%%/plugins/translations/spellchecker_en.qm
-%%DATADIR%%/plugins/translations/spellchecker_es_MX.qm
-%%DATADIR%%/plugins/translations/spellchecker_fr.qm
-%%DATADIR%%/plugins/translations/spellchecker_pl.qm
-%%DATADIR%%/plugins/translations/spellchecker_tr.qm
-%%DATADIR%%/plugins/translations/sql_history_cs.qm
-%%DATADIR%%/plugins/translations/sql_history_de.qm
-%%DATADIR%%/plugins/translations/sql_history_en.qm
-%%DATADIR%%/plugins/translations/sql_history_es_MX.qm
-%%DATADIR%%/plugins/translations/sql_history_fr.qm
-%%DATADIR%%/plugins/translations/sql_history_pl.qm
-%%DATADIR%%/plugins/translations/sql_history_tr.qm
-%%DATADIR%%/plugins/translations/tabs_cs.qm
-%%DATADIR%%/plugins/translations/tabs_de.qm
-%%DATADIR%%/plugins/translations/tabs_en.qm
-%%DATADIR%%/plugins/translations/tabs_es_MX.qm
-%%DATADIR%%/plugins/translations/tabs_fr.qm
-%%DATADIR%%/plugins/translations/tabs_pl.qm
-%%DATADIR%%/plugins/translations/tabs_tr.qm
-%%DATADIR%%/plugins/translations/windows_integration_en.qm
-%%DATADIR%%/plugins/translations/word_fix_cs.qm
-%%DATADIR%%/plugins/translations/word_fix_de.qm
-%%DATADIR%%/plugins/translations/word_fix_en.qm
-%%DATADIR%%/plugins/translations/word_fix_es_MX.qm
-%%DATADIR%%/plugins/translations/word_fix_fr.qm
-%%DATADIR%%/plugins/translations/word_fix_pl.qm
-%%DATADIR%%/plugins/translations/word_fix_tr.qm
-%%DATADIR%%/plugins/windows_integration.desc
-%%DATADIR%%/plugins/word_fix.desc
-%%DATADIR%%/qml/Contact.qml
-%%DATADIR%%/qml/ContactsGridView.qml
-%%DATADIR%%/qml/openChatWith.qml
-%%DATADIR%%/scripts/chat-scripts.js
-%%DATADIR%%/sdk/plugins/PluginConfig.cmake.in
-%%DATADIR%%/sdk/translations/configuration-ui.xsl
-%%DATADIR%%/sdk/translations/plugintsupdate.sh
-%%DATADIR%%/syntax/chat/Arvenil.syntax
-%%DATADIR%%/syntax/chat/Default/Resources/images/composing.svgz
-%%DATADIR%%/syntax/chat/Default/Template.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Info.plist
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Footer.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Header.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/Content.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/Context.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/NextContent.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/NextContext.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/buddy_icon.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/Content.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/Context.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/NextContent.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/NextContext.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/buddy_icon.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Status.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Template.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Modern.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative White Bubbling.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative White.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Modern.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/White Bubbling.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/White.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/glass.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/leopard.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/tiger.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-hide-hover.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-hide.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-show-hover.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-show.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/bg-white.jpg
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/bg.jpg
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/jim.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/javascripts/reflection.js
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/javascripts/scroll.js
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/main.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_bubbles/disable-reflection.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_bubbles/message-bubble.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/_default.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/_global_override.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/default-header.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/glass-header.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/leopard-header.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/tiger-header.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/modern.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/white.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_default.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_modern.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_white-bubbling.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_white.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-aqua.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-blue.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-cyan.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-graphite.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-green.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-grey.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-lime.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-orange.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-pink.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-purple.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-red.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-yellow.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-aqua.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-blue.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-cyan.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-graphite.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-green.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-grey.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-lime.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-orange.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-pink.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-purple.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-red.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-yellow.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_default.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_modern.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_white-bubbling.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_white.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-aqua.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-blue.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-cyan.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-graphite.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-green.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-grey.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-lime.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-orange.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-pink.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-purple.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-red.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-yellow.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-aqua.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-blue.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-cyan.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-graphite.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-green.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-grey.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-lime.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-orange.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-pink.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-purple.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-red.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-yellow.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/License.txt
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Readme.txt
-%%DATADIR%%/syntax/chat/Satin/Contents/Info.plist
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Footer.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Header.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/Content.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/Context.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/NextContent.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/NextContext.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/buddy_icon.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/buddy_icon_alt.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/Content.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/Context.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/NextContent.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/NextContext.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/buddy_icon.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/buddy_icon_alt.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Status.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Left Alternate Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-No Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Right Alternate Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Right Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Left Alternate Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Left Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-No Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Right Alternate Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Right Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Left Alternate Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Left Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-No Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Right Alternate Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Right Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Left Alternate Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Left Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-No Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Right Alternate Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Right Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/arrow.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/background.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/buddy_background.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_close.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_close_pressed.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_open.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_open_pressed.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_fill.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg1.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg15degRot.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_fill.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_mid_fill.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_mid_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_mid_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_fill.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/blue/sender_context_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/blue/sender_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/gray/sender_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/gray/sender_left_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/green/sender_context_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/green/sender_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_left_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_right_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/red/sender_context_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/red/sender_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/sender_context_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/sender_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_context_fill.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_fill.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_mono_fill.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_mono_fill_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/blue/sender_context_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/blue/sender_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/gray/sender_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/gray/sender_right_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/green/sender_context_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/green/sender_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_left_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_right_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/red/sender_context_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/red/sender_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/sender_context_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/sender_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/incoming_icon.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/main.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/showhide.js
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/defaults.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_alternate_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_alternate_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_alternate_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_alternate_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/header.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_all.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_alternate_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_alternate_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_hidden.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/message_common.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_alternate_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_alternate_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_alternate_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_alternate_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/test.html
-%%DATADIR%%/syntax/chat/Satin/License.txt
-%%DATADIR%%/syntax/chat/Satin/Readme.txt
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Info.plist
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Header.html
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Images/bg_grad.png
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/Content.html
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/Context.html
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/buddy_icon.png
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Main.css
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/Content.html
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/Context.html
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/buddy_icon.png
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Status.html
-%%DATADIR%%/syntax/chat/SimpleStuff/License.txt
-%%DATADIR%%/syntax/chat/SimpleStuff/Readme.txt
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Info.plist
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Footer.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Header.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/Content.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/Context.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/FileTransferRequest.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/NextContent.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/NextContext.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/buddy_icon.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/Content.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/Context.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/NextContent.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/NextContext.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/buddy_icon.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Status.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/alternating.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/bkg.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_fill.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_left_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_right.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_fill.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_left_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_right.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_fill.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_left_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_right.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_fill.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_left_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_right.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/icon_overlay.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/icon_overlay_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottom.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomleft.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomleft_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomright.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomright_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_left_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_right.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_fill.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_left_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_right.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_fill.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_left_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_right.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_bottom.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_bottomcorner.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_top.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_topcorner.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_leftside.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_bottomcorner.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_top.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_topcorner.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_rightside.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/main.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/regular.css
-%%DATADIR%%/syntax/chat/Stockholm/License.txt
-%%DATADIR%%/syntax/chat/Stockholm/Readme.txt
-%%DATADIR%%/syntax/chat/aqq2_by_maddox84.syntax
-%%DATADIR%%/syntax/chat/c34_white_gradient_compact.syntax
-%%DATADIR%%/syntax/chat/cheester.syntax
-%%DATADIR%%/syntax/chat/filozof.syntax
-%%DATADIR%%/syntax/chat/fuku.syntax
-%%DATADIR%%/syntax/chat/gg.syntax
-%%DATADIR%%/syntax/chat/hapi.syntax
-%%DATADIR%%/syntax/chat/irc.syntax
-%%DATADIR%%/syntax/chat/kadu.syntax
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Info.plist
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Demo.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Footer.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Header.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/Content.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/Context.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/NextContent.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/NextContext.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/buddy_icon.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/Content.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/Context.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/NextContent.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/NextContext.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/buddy_icon.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Status.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/DummyContact.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/alert.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueBackground.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueBackground.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueCurves.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueCurves.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator2.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicatorAlt.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenBackground.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenBackground.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenCurves.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenCurves.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator2.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicatorAlt.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redBackground.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redBackground.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redCurves.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redCurves.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator2.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicatorAlt.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/silverBackground.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/silverCurves.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelBackground.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelBackground.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelCurves.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelCurves.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelHeading.jpg
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator2.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicatorAlt.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/typing-left.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/typing-right.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowBackground.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowBackground.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowCurves.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowCurves.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowHeading.jpg
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator2.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicatorAlt.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowTL.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowTR.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/incoming_icon.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/main.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/noname.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/outgoing_icon.png
-%%DATADIR%%/syntax/chat/renkooNaked/LICENSE.txt
-%%DATADIR%%/syntax/chat/skp_by_dam.syntax
-%%DATADIR%%/syntax/chat/skype_by_dorr.syntax
-%%DATADIR%%/syntax/chat/ultr/Contents/Info.plist
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Footer.html
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Header.html
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Incoming/Content.html
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Incoming/Context.html
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Incoming/NextContent.html
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Incoming/NextContext.html
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Outgoing/Content.html
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Outgoing/Context.html
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Outgoing/NextContent.html
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Outgoing/NextContext.html
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Status.html
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Variants/Default Left.css
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Variants/Default Right.css
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Variants/Inverted Centered.css
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Variants/Inverted Left.css
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Variants/Inverted Right.css
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Variants/Traditional.css
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/common.css
-%%DATADIR%%/syntax/chat/ultr/Contents/Resources/main.css
-%%DATADIR%%/syntax/infopanel/Arvenil.syntax
-%%DATADIR%%/syntax/infopanel/Old Default.syntax
-%%DATADIR%%/syntax/infopanel/ultr.syntax
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/8P.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/8P_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/beksa.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/beksa_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/bije.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/bije_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/brawa.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/brawa_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/buja_w_oblokach.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/buja_w_oblokach_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/bukiet.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/bukiet_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/chatownik.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/chatownik_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/cmok.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/cmok_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dobani.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dostal.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dostal_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dresiarz.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dresiarz_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/drink.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/drink_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/emots.txt
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/fuck.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/fuck_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gafa.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gafa_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gazeta.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gazeta_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gool.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gool_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gra.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gra_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/heej.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/heej_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/hmmm.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/hmmm_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/jablko.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/je_pizze.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/je_pizze_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/kawa.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/krecka_dostal.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/krecka_dostal_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/kwiatek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/lol.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/milosc.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/mruga.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/mruga_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/mutny.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/niee.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/niee_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/nonono.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/nonono_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/obiad.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/obiad_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/ok.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/okularnik.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/okularnik_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/olaboga.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/olaboga_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/onajego.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/onajego_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/pada.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/pada_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/palacz.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/palacz_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/papa.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/papa_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/piwko2.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/piwko2_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/prezent.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/prysznic.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/prysznic_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/puknijsie.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/puknijsie_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/rotfl.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/rotfl_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/serce.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/serducho.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/serducho_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/smutny.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/smutny_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/snieg.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/snieg_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/spioch.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/spioch_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/szampan.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/szampan_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/telefon.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/telefon_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/tiaaa.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/tiaaa_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/tort.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/tort_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/usta.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wanna.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wanna_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wc.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wc_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wesoly.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wesoly_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/winko.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wstydnis.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wstydnis_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/z_jezorem.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/z_jezorem_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zab.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zab_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zakochany.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zakochany_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zdziwko.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zdziwko_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zegar.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zegar_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/ziew.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/ziew_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zly.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zly_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zniesmaczony.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/3m_sie.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/3m_sie_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/aniolek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/aniolek_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/boje_sie.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/boje_sie_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/boks.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/boks_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/calus.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/calus_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cfaniak.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cfaniak_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/chytry.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/chytry_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cisza.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cisza_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cmok.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cmok_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/co.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/co_jest.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/co_jest_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/co_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czarodziej.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czas.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czas_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czytaj.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czytaj_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/diabelek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/diabelek_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/dupa.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/dupa_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/emots.txt
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/faja.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/faja_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ganja.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ganja_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glaszcze.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glaszcze_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glupek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glupek2.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glupek2_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/hahaha.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/hahaha_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jem.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jem_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jezyk1.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jezyk1_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jezyk2.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jezyk2_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jupi.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jupi_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/killer.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/killer_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/klotnia.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/klotnia_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/krzywy.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/kwasny.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/list.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/list_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/lol.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/lol_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/menu.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nauka.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nauka_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nie.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nie_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nie_powiem.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczko.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczko2.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczko2_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczko_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczy.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczy_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ok.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ok2.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ok2_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ok_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/paker.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/paker_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/papa.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/papa_na.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/peace.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/peace_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pisze.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pisze_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/piwo.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/piwo_na.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/placze.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/placze_na.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pomocy.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pomocy_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/przytul.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/przytul_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pytajnik.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pytajnik_na.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/rotfl.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/rotfl_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/roza.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/roza_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/sciana.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/sciana_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/serduszka.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/serduszka2.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/serduszka2_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/serduszka_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/sex.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/sex_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/slonko.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/slonko_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/smutny.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/smutny_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/soczek.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/soczek_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/spie.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/spie_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/spoko.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/spoko_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/stop.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/stop_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/tancze.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/tancze_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/telefon.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/telefon_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/tuptup.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/tuptup_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/uczen.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/uczen_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/uscisk.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/uscisk_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/usmiech.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/usmiech2.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/usmiech2_na.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/usmiech_na.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wow.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wow_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wsciekly.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wsciekly_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wykrzyknik.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wykrzyknik_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ysz.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ysz_na.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zawstydzony.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zawstydzony_na.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zeby.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zeby_na.GIF
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zly.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zly_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zygi.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zygi_na.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_aparat.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_beczy.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_bezradny.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_boisie.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_buziak.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_buzki.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_cwaniak.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_dobani.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_dokuczacz.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_figielek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_foch.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_glupek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_haha.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_hejka.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_hura.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_jezyk.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_jezyk_oko.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_klotnia.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_kotek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_krzyk.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_kwadr.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_kwiatek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_luzik.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_milczek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_mniam.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_muza.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_mysli.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_nerwus.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_nie.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_oczko.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_oklasky.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_okok.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_ostr.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_paluszkiem.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_papa.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_papa2.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_pies.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_plask.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_plotki.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_pocieszacz.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_prosi.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_rotfl.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_smutny.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_spadaj.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_stres.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_szok.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_tak.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_uoeee.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_usmiech.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_w8.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_wnerw.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_wysmiewacz.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_yyyy.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zacieszacz.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zakupy.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zalamka.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zawstydzony.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zlezkawoku.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zly.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zmeczony.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/aparat.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/beczy.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/bezradny.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/boisie.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/buziak.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/buzki.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/cwaniak.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/czytaj.txt
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/dobani.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/dokuczacz.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/emotos.diff
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/emots.txt
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/figielek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/foch.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/glupek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/haha.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/hejka.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/hura.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/jezyk.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/jezyk_oko.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/klotnia.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/kotek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/krzyk.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/kwadr.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/kwiatek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/luzik.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/milczek.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/mniam.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/muza.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/mysli.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/nerwus.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/nie.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/oczko.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/oklasky.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/okok.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/ostr.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/paluszkiem.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/papa.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/papa2.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/pies.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/plask.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/plotki.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/pocieszacz.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/prosi.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/rotfl.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/smutny.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/spadaj.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/stres.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/szok.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/tak.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/uoeee.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/usmiech.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/w8.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/wnerw.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/wysmiewacz.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/yyyy.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zacieszacz.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zakupy.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zalamka.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zawstydzony.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zlezkawoku.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zly.gif
-%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zmeczony.gif
-%%DATADIR%%/themes/emoticons/penguins/3m_sie.gif
-%%DATADIR%%/themes/emoticons/penguins/8p.gif
-%%DATADIR%%/themes/emoticons/penguins/_3m_sie.gif
-%%DATADIR%%/themes/emoticons/penguins/_8p.gif
-%%DATADIR%%/themes/emoticons/penguins/_aniolek.gif
-%%DATADIR%%/themes/emoticons/penguins/_aparat.gif
-%%DATADIR%%/themes/emoticons/penguins/_beczy.gif
-%%DATADIR%%/themes/emoticons/penguins/_bezradny.gif
-%%DATADIR%%/themes/emoticons/penguins/_bije.gif
-%%DATADIR%%/themes/emoticons/penguins/_boisie.gif
-%%DATADIR%%/themes/emoticons/penguins/_boks.gif
-%%DATADIR%%/themes/emoticons/penguins/_buja_w_oblokach.gif
-%%DATADIR%%/themes/emoticons/penguins/_bukiet.gif
-%%DATADIR%%/themes/emoticons/penguins/_buziak.gif
-%%DATADIR%%/themes/emoticons/penguins/_buzki.gif
-%%DATADIR%%/themes/emoticons/penguins/_chatownik.gif
-%%DATADIR%%/themes/emoticons/penguins/_chytry.gif
-%%DATADIR%%/themes/emoticons/penguins/_cisza.gif
-%%DATADIR%%/themes/emoticons/penguins/_cmok.gif
-%%DATADIR%%/themes/emoticons/penguins/_co.gif
-%%DATADIR%%/themes/emoticons/penguins/_co_jest.gif
-%%DATADIR%%/themes/emoticons/penguins/_cwaniak.gif
-%%DATADIR%%/themes/emoticons/penguins/_czarodziej.gif
-%%DATADIR%%/themes/emoticons/penguins/_czytaj.gif
-%%DATADIR%%/themes/emoticons/penguins/_diabelek.gif
-%%DATADIR%%/themes/emoticons/penguins/_dobani.gif
-%%DATADIR%%/themes/emoticons/penguins/_dokuczacz.gif
-%%DATADIR%%/themes/emoticons/penguins/_dostal.gif
-%%DATADIR%%/themes/emoticons/penguins/_dresiarz.gif
-%%DATADIR%%/themes/emoticons/penguins/_drink.gif
-%%DATADIR%%/themes/emoticons/penguins/_dupa.gif
-%%DATADIR%%/themes/emoticons/penguins/_figielek.gif
-%%DATADIR%%/themes/emoticons/penguins/_foch.gif
-%%DATADIR%%/themes/emoticons/penguins/_gafa.gif
-%%DATADIR%%/themes/emoticons/penguins/_ganja.gif
-%%DATADIR%%/themes/emoticons/penguins/_gazeta.gif
-%%DATADIR%%/themes/emoticons/penguins/_glaszcze.gif
-%%DATADIR%%/themes/emoticons/penguins/_glupek.gif
-%%DATADIR%%/themes/emoticons/penguins/_glupek2.gif
-%%DATADIR%%/themes/emoticons/penguins/_gool.gif
-%%DATADIR%%/themes/emoticons/penguins/_gra.gif
-%%DATADIR%%/themes/emoticons/penguins/_haha.gif
-%%DATADIR%%/themes/emoticons/penguins/_hahaha.gif
-%%DATADIR%%/themes/emoticons/penguins/_hejka.gif
-%%DATADIR%%/themes/emoticons/penguins/_hura.gif
-%%DATADIR%%/themes/emoticons/penguins/_je_pizze.gif
-%%DATADIR%%/themes/emoticons/penguins/_jem.gif
-%%DATADIR%%/themes/emoticons/penguins/_jezyk.gif
-%%DATADIR%%/themes/emoticons/penguins/_jezyk_oko.gif
-%%DATADIR%%/themes/emoticons/penguins/_kawa.gif
-%%DATADIR%%/themes/emoticons/penguins/_killer.gif
-%%DATADIR%%/themes/emoticons/penguins/_klotnia.gif
-%%DATADIR%%/themes/emoticons/penguins/_kotek.gif
-%%DATADIR%%/themes/emoticons/penguins/_krecka_dostal.gif
-%%DATADIR%%/themes/emoticons/penguins/_krzyk.gif
-%%DATADIR%%/themes/emoticons/penguins/_kwiatek.gif
-%%DATADIR%%/themes/emoticons/penguins/_list.gif
-%%DATADIR%%/themes/emoticons/penguins/_lol2.gif
-%%DATADIR%%/themes/emoticons/penguins/_luzik.gif
-%%DATADIR%%/themes/emoticons/penguins/_milczek.gif
-%%DATADIR%%/themes/emoticons/penguins/_milosc.gif
-%%DATADIR%%/themes/emoticons/penguins/_mniam.gif
-%%DATADIR%%/themes/emoticons/penguins/_muza.gif
-%%DATADIR%%/themes/emoticons/penguins/_mysli.gif
-%%DATADIR%%/themes/emoticons/penguins/_nauka.gif
-%%DATADIR%%/themes/emoticons/penguins/_nerwus.gif
-%%DATADIR%%/themes/emoticons/penguins/_nie.gif
-%%DATADIR%%/themes/emoticons/penguins/_obiad.gif
-%%DATADIR%%/themes/emoticons/penguins/_oczko.gif
-%%DATADIR%%/themes/emoticons/penguins/_oklasky.gif
-%%DATADIR%%/themes/emoticons/penguins/_okok.gif
-%%DATADIR%%/themes/emoticons/penguins/_okularnik.gif
-%%DATADIR%%/themes/emoticons/penguins/_olaboga.gif
-%%DATADIR%%/themes/emoticons/penguins/_onajego.gif
-%%DATADIR%%/themes/emoticons/penguins/_pada.gif
-%%DATADIR%%/themes/emoticons/penguins/_paker.gif
-%%DATADIR%%/themes/emoticons/penguins/_palacz.gif
-%%DATADIR%%/themes/emoticons/penguins/_paluszkiem.gif
-%%DATADIR%%/themes/emoticons/penguins/_papa.gif
-%%DATADIR%%/themes/emoticons/penguins/_papa2.gif
-%%DATADIR%%/themes/emoticons/penguins/_peace.gif
-%%DATADIR%%/themes/emoticons/penguins/_pies.gif
-%%DATADIR%%/themes/emoticons/penguins/_piwko2.gif
-%%DATADIR%%/themes/emoticons/penguins/_piwo.gif
-%%DATADIR%%/themes/emoticons/penguins/_placze.gif
-%%DATADIR%%/themes/emoticons/penguins/_plask.gif
-%%DATADIR%%/themes/emoticons/penguins/_plotki.gif
-%%DATADIR%%/themes/emoticons/penguins/_pocieszacz.gif
-%%DATADIR%%/themes/emoticons/penguins/_pomocy.gif
-%%DATADIR%%/themes/emoticons/penguins/_prezent.gif
-%%DATADIR%%/themes/emoticons/penguins/_prosi.gif
-%%DATADIR%%/themes/emoticons/penguins/_prysznic.gif
-%%DATADIR%%/themes/emoticons/penguins/_puknijsie.gif
-%%DATADIR%%/themes/emoticons/penguins/_pytajnik.gif
-%%DATADIR%%/themes/emoticons/penguins/_rotfl.gif
-%%DATADIR%%/themes/emoticons/penguins/_rzygi.gif
-%%DATADIR%%/themes/emoticons/penguins/_sciana.gif
-%%DATADIR%%/themes/emoticons/penguins/_serducho.gif
-%%DATADIR%%/themes/emoticons/penguins/_serduszka.gif
-%%DATADIR%%/themes/emoticons/penguins/_sex.gif
-%%DATADIR%%/themes/emoticons/penguins/_slonko.gif
-%%DATADIR%%/themes/emoticons/penguins/_smutny.gif
-%%DATADIR%%/themes/emoticons/penguins/_snieg.gif
-%%DATADIR%%/themes/emoticons/penguins/_soczek.gif
-%%DATADIR%%/themes/emoticons/penguins/_spadaj.gif
-%%DATADIR%%/themes/emoticons/penguins/_spie.gif
-%%DATADIR%%/themes/emoticons/penguins/_spioch.gif
-%%DATADIR%%/themes/emoticons/penguins/_stop.gif
-%%DATADIR%%/themes/emoticons/penguins/_stres.gif
-%%DATADIR%%/themes/emoticons/penguins/_szampan.gif
-%%DATADIR%%/themes/emoticons/penguins/_szok.gif
-%%DATADIR%%/themes/emoticons/penguins/_tak.gif
-%%DATADIR%%/themes/emoticons/penguins/_tancze.gif
-%%DATADIR%%/themes/emoticons/penguins/_telefon.gif
-%%DATADIR%%/themes/emoticons/penguins/_tort.gif
-%%DATADIR%%/themes/emoticons/penguins/_tuptup.gif
-%%DATADIR%%/themes/emoticons/penguins/_uczen.gif
-%%DATADIR%%/themes/emoticons/penguins/_uoeee.gif
-%%DATADIR%%/themes/emoticons/penguins/_uscisk.gif
-%%DATADIR%%/themes/emoticons/penguins/_usmiech.gif
-%%DATADIR%%/themes/emoticons/penguins/_w8.gif
-%%DATADIR%%/themes/emoticons/penguins/_wanna.gif
-%%DATADIR%%/themes/emoticons/penguins/_wc.gif
-%%DATADIR%%/themes/emoticons/penguins/_wnerw.gif
-%%DATADIR%%/themes/emoticons/penguins/_wsciekly.gif
-%%DATADIR%%/themes/emoticons/penguins/_wykrzyknik.gif
-%%DATADIR%%/themes/emoticons/penguins/_wysmiewacz.gif
-%%DATADIR%%/themes/emoticons/penguins/_yyyy.gif
-%%DATADIR%%/themes/emoticons/penguins/_zab.gif
-%%DATADIR%%/themes/emoticons/penguins/_zacieszacz.gif
-%%DATADIR%%/themes/emoticons/penguins/_zakochany.gif
-%%DATADIR%%/themes/emoticons/penguins/_zakupy.gif
-%%DATADIR%%/themes/emoticons/penguins/_zalamka.gif
-%%DATADIR%%/themes/emoticons/penguins/_zawstydzony.gif
-%%DATADIR%%/themes/emoticons/penguins/_zeby.gif
-%%DATADIR%%/themes/emoticons/penguins/_zegar.gif
-%%DATADIR%%/themes/emoticons/penguins/_ziew.gif
-%%DATADIR%%/themes/emoticons/penguins/_zlezkawoku.gif
-%%DATADIR%%/themes/emoticons/penguins/_zly.gif
-%%DATADIR%%/themes/emoticons/penguins/_zmeczony.gif
-%%DATADIR%%/themes/emoticons/penguins/aniolek.gif
-%%DATADIR%%/themes/emoticons/penguins/aparat.gif
-%%DATADIR%%/themes/emoticons/penguins/beczy.gif
-%%DATADIR%%/themes/emoticons/penguins/bezradny.gif
-%%DATADIR%%/themes/emoticons/penguins/bije.gif
-%%DATADIR%%/themes/emoticons/penguins/boisie.gif
-%%DATADIR%%/themes/emoticons/penguins/boks.gif
-%%DATADIR%%/themes/emoticons/penguins/buja_w_oblokach.gif
-%%DATADIR%%/themes/emoticons/penguins/bukiet.gif
-%%DATADIR%%/themes/emoticons/penguins/buziak.gif
-%%DATADIR%%/themes/emoticons/penguins/buzki.gif
-%%DATADIR%%/themes/emoticons/penguins/chatownik.gif
-%%DATADIR%%/themes/emoticons/penguins/chytry.gif
-%%DATADIR%%/themes/emoticons/penguins/cisza.gif
-%%DATADIR%%/themes/emoticons/penguins/cmok.gif
-%%DATADIR%%/themes/emoticons/penguins/co.gif
-%%DATADIR%%/themes/emoticons/penguins/co_jest.gif
-%%DATADIR%%/themes/emoticons/penguins/cwaniak.gif
-%%DATADIR%%/themes/emoticons/penguins/czarodziej.gif
-%%DATADIR%%/themes/emoticons/penguins/czytaj.gif
-%%DATADIR%%/themes/emoticons/penguins/diabelek.gif
-%%DATADIR%%/themes/emoticons/penguins/dobani.gif
-%%DATADIR%%/themes/emoticons/penguins/dokuczacz.gif
-%%DATADIR%%/themes/emoticons/penguins/dostal.gif
-%%DATADIR%%/themes/emoticons/penguins/dresiarz.gif
-%%DATADIR%%/themes/emoticons/penguins/drink.gif
-%%DATADIR%%/themes/emoticons/penguins/dupa.gif
-%%DATADIR%%/themes/emoticons/penguins/emots.txt
-%%DATADIR%%/themes/emoticons/penguins/figielek.gif
-%%DATADIR%%/themes/emoticons/penguins/foch.gif
-%%DATADIR%%/themes/emoticons/penguins/gafa.gif
-%%DATADIR%%/themes/emoticons/penguins/ganja.gif
-%%DATADIR%%/themes/emoticons/penguins/gazeta.gif
-%%DATADIR%%/themes/emoticons/penguins/glaszcze.gif
-%%DATADIR%%/themes/emoticons/penguins/glupek.gif
-%%DATADIR%%/themes/emoticons/penguins/glupek2.gif
-%%DATADIR%%/themes/emoticons/penguins/gool.gif
-%%DATADIR%%/themes/emoticons/penguins/gra.gif
-%%DATADIR%%/themes/emoticons/penguins/haha.gif
-%%DATADIR%%/themes/emoticons/penguins/hahaha.gif
-%%DATADIR%%/themes/emoticons/penguins/hejka.gif
-%%DATADIR%%/themes/emoticons/penguins/hura.gif
-%%DATADIR%%/themes/emoticons/penguins/jablko.gif
-%%DATADIR%%/themes/emoticons/penguins/je_pizze.gif
-%%DATADIR%%/themes/emoticons/penguins/jem.gif
-%%DATADIR%%/themes/emoticons/penguins/jezyk.gif
-%%DATADIR%%/themes/emoticons/penguins/jezyk_oko.gif
-%%DATADIR%%/themes/emoticons/penguins/kawa.gif
-%%DATADIR%%/themes/emoticons/penguins/killer.gif
-%%DATADIR%%/themes/emoticons/penguins/klotnia.gif
-%%DATADIR%%/themes/emoticons/penguins/kotek.gif
-%%DATADIR%%/themes/emoticons/penguins/krecka_dostal.gif
-%%DATADIR%%/themes/emoticons/penguins/krzyk.gif
-%%DATADIR%%/themes/emoticons/penguins/krzywy.gif
-%%DATADIR%%/themes/emoticons/penguins/kwiatek.gif
-%%DATADIR%%/themes/emoticons/penguins/list.gif
-%%DATADIR%%/themes/emoticons/penguins/lol2.gif
-%%DATADIR%%/themes/emoticons/penguins/luzik.gif
-%%DATADIR%%/themes/emoticons/penguins/milczek.gif
-%%DATADIR%%/themes/emoticons/penguins/milosc.gif
-%%DATADIR%%/themes/emoticons/penguins/mniam.gif
-%%DATADIR%%/themes/emoticons/penguins/muza.gif
-%%DATADIR%%/themes/emoticons/penguins/mysli.gif
-%%DATADIR%%/themes/emoticons/penguins/nauka.gif
-%%DATADIR%%/themes/emoticons/penguins/nerwus.gif
-%%DATADIR%%/themes/emoticons/penguins/nie.gif
-%%DATADIR%%/themes/emoticons/penguins/nie_powiem.gif
-%%DATADIR%%/themes/emoticons/penguins/obiad.gif
-%%DATADIR%%/themes/emoticons/penguins/oczko.gif
-%%DATADIR%%/themes/emoticons/penguins/oklasky.gif
-%%DATADIR%%/themes/emoticons/penguins/okok.gif
-%%DATADIR%%/themes/emoticons/penguins/okularnik.gif
-%%DATADIR%%/themes/emoticons/penguins/olaboga.gif
-%%DATADIR%%/themes/emoticons/penguins/onajego.gif
-%%DATADIR%%/themes/emoticons/penguins/pada.gif
-%%DATADIR%%/themes/emoticons/penguins/paker.gif
-%%DATADIR%%/themes/emoticons/penguins/palacz.gif
-%%DATADIR%%/themes/emoticons/penguins/paluszkiem.gif
-%%DATADIR%%/themes/emoticons/penguins/papa.gif
-%%DATADIR%%/themes/emoticons/penguins/papa2.gif
-%%DATADIR%%/themes/emoticons/penguins/peace.gif
-%%DATADIR%%/themes/emoticons/penguins/pies.gif
-%%DATADIR%%/themes/emoticons/penguins/piwko2.gif
-%%DATADIR%%/themes/emoticons/penguins/piwo.gif
-%%DATADIR%%/themes/emoticons/penguins/placze.gif
-%%DATADIR%%/themes/emoticons/penguins/plask.gif
-%%DATADIR%%/themes/emoticons/penguins/plotki.gif
-%%DATADIR%%/themes/emoticons/penguins/pocieszacz.gif
-%%DATADIR%%/themes/emoticons/penguins/pomocy.gif
-%%DATADIR%%/themes/emoticons/penguins/prezent.gif
-%%DATADIR%%/themes/emoticons/penguins/prosi.gif
-%%DATADIR%%/themes/emoticons/penguins/prysznic.gif
-%%DATADIR%%/themes/emoticons/penguins/puknijsie.gif
-%%DATADIR%%/themes/emoticons/penguins/pytajnik.gif
-%%DATADIR%%/themes/emoticons/penguins/readme.txt
-%%DATADIR%%/themes/emoticons/penguins/rotfl.gif
-%%DATADIR%%/themes/emoticons/penguins/roza.gif
-%%DATADIR%%/themes/emoticons/penguins/rzygi.gif
-%%DATADIR%%/themes/emoticons/penguins/sciana.gif
-%%DATADIR%%/themes/emoticons/penguins/serducho.gif
-%%DATADIR%%/themes/emoticons/penguins/serduszka.gif
-%%DATADIR%%/themes/emoticons/penguins/sex.gif
-%%DATADIR%%/themes/emoticons/penguins/slonko.gif
-%%DATADIR%%/themes/emoticons/penguins/smutny.gif
-%%DATADIR%%/themes/emoticons/penguins/snieg.gif
-%%DATADIR%%/themes/emoticons/penguins/soczek.gif
-%%DATADIR%%/themes/emoticons/penguins/spadaj.gif
-%%DATADIR%%/themes/emoticons/penguins/spie.gif
-%%DATADIR%%/themes/emoticons/penguins/spioch.gif
-%%DATADIR%%/themes/emoticons/penguins/stop.gif
-%%DATADIR%%/themes/emoticons/penguins/stres.gif
-%%DATADIR%%/themes/emoticons/penguins/szampan.gif
-%%DATADIR%%/themes/emoticons/penguins/szok.gif
-%%DATADIR%%/themes/emoticons/penguins/tak.gif
-%%DATADIR%%/themes/emoticons/penguins/tancze.gif
-%%DATADIR%%/themes/emoticons/penguins/telefon.gif
-%%DATADIR%%/themes/emoticons/penguins/tort.gif
-%%DATADIR%%/themes/emoticons/penguins/tuptup.gif
-%%DATADIR%%/themes/emoticons/penguins/uczen.gif
-%%DATADIR%%/themes/emoticons/penguins/uoeee.gif
-%%DATADIR%%/themes/emoticons/penguins/uscisk.gif
-%%DATADIR%%/themes/emoticons/penguins/usmiech.gif
-%%DATADIR%%/themes/emoticons/penguins/usta.gif
-%%DATADIR%%/themes/emoticons/penguins/w8.gif
-%%DATADIR%%/themes/emoticons/penguins/wanna.gif
-%%DATADIR%%/themes/emoticons/penguins/wc.gif
-%%DATADIR%%/themes/emoticons/penguins/wnerw.gif
-%%DATADIR%%/themes/emoticons/penguins/wsciekly.gif
-%%DATADIR%%/themes/emoticons/penguins/wykrzyknik.gif
-%%DATADIR%%/themes/emoticons/penguins/wysmiewacz.gif
-%%DATADIR%%/themes/emoticons/penguins/yyyy.gif
-%%DATADIR%%/themes/emoticons/penguins/zab.gif
-%%DATADIR%%/themes/emoticons/penguins/zacieszacz.gif
-%%DATADIR%%/themes/emoticons/penguins/zakochany.gif
-%%DATADIR%%/themes/emoticons/penguins/zakupy.gif
-%%DATADIR%%/themes/emoticons/penguins/zalamka.gif
-%%DATADIR%%/themes/emoticons/penguins/zawstydzony.gif
-%%DATADIR%%/themes/emoticons/penguins/zeby.gif
-%%DATADIR%%/themes/emoticons/penguins/zegar.gif
-%%DATADIR%%/themes/emoticons/penguins/ziew.gif
-%%DATADIR%%/themes/emoticons/penguins/zlezkawoku.gif
-%%DATADIR%%/themes/emoticons/penguins/zly.gif
-%%DATADIR%%/themes/emoticons/penguins/zmeczony.gif
-%%DATADIR%%/themes/emoticons/penguins/zniesmaczony.gif
-%%DATADIR%%/themes/emoticons/tango/act-up.png
-%%DATADIR%%/themes/emoticons/tango/admonish.png
-%%DATADIR%%/themes/emoticons/tango/amorous.png
-%%DATADIR%%/themes/emoticons/tango/angel.png
-%%DATADIR%%/themes/emoticons/tango/angry.png
-%%DATADIR%%/themes/emoticons/tango/annoy.png
-%%DATADIR%%/themes/emoticons/tango/apple.png
-%%DATADIR%%/themes/emoticons/tango/argument.png
-%%DATADIR%%/themes/emoticons/tango/ass.png
-%%DATADIR%%/themes/emoticons/tango/at-wits-end.png
-%%DATADIR%%/themes/emoticons/tango/bad.png
-%%DATADIR%%/themes/emoticons/tango/bathtub.png
-%%DATADIR%%/themes/emoticons/tango/beat-up.png
-%%DATADIR%%/themes/emoticons/tango/beer.png
-%%DATADIR%%/themes/emoticons/tango/bloomer.png
-%%DATADIR%%/themes/emoticons/tango/bulgy-eyes.png
-%%DATADIR%%/themes/emoticons/tango/bye.png
-%%DATADIR%%/themes/emoticons/tango/cake.png
-%%DATADIR%%/themes/emoticons/tango/calmly.png
-%%DATADIR%%/themes/emoticons/tango/camera.png
-%%DATADIR%%/themes/emoticons/tango/can.png
-%%DATADIR%%/themes/emoticons/tango/cat.png
-%%DATADIR%%/themes/emoticons/tango/cigarette.png
-%%DATADIR%%/themes/emoticons/tango/clap.png
-%%DATADIR%%/themes/emoticons/tango/clock.png
-%%DATADIR%%/themes/emoticons/tango/coffee.png
-%%DATADIR%%/themes/emoticons/tango/computer.png
-%%DATADIR%%/themes/emoticons/tango/confused.png
-%%DATADIR%%/themes/emoticons/tango/console.png
-%%DATADIR%%/themes/emoticons/tango/corsage.png
-%%DATADIR%%/themes/emoticons/tango/crying.png
-%%DATADIR%%/themes/emoticons/tango/curl-lip.png
-%%DATADIR%%/themes/emoticons/tango/curse.png
-%%DATADIR%%/themes/emoticons/tango/cute.png
-%%DATADIR%%/themes/emoticons/tango/dance.png
-%%DATADIR%%/themes/emoticons/tango/daydreamer.png
-%%DATADIR%%/themes/emoticons/tango/devil.png
-%%DATADIR%%/themes/emoticons/tango/disappointed.png
-%%DATADIR%%/themes/emoticons/tango/dog.png
-%%DATADIR%%/themes/emoticons/tango/dont-know.png
-%%DATADIR%%/themes/emoticons/tango/dresiarz.png
-%%DATADIR%%/themes/emoticons/tango/drink.png
-%%DATADIR%%/themes/emoticons/tango/eat.png
-%%DATADIR%%/themes/emoticons/tango/embarrassed.png
-%%DATADIR%%/themes/emoticons/tango/emots.txt
-%%DATADIR%%/themes/emoticons/tango/exclamation_mark.png
-%%DATADIR%%/themes/emoticons/tango/excruciating.png
-%%DATADIR%%/themes/emoticons/tango/fingers-crossed.png
-%%DATADIR%%/themes/emoticons/tango/freaked-out.png
-%%DATADIR%%/themes/emoticons/tango/ganja.png
-%%DATADIR%%/themes/emoticons/tango/glasses-nerdy.png
-%%DATADIR%%/themes/emoticons/tango/go-away.png
-%%DATADIR%%/themes/emoticons/tango/good.png
-%%DATADIR%%/themes/emoticons/tango/handshake.png
-%%DATADIR%%/themes/emoticons/tango/hello.gif
-%%DATADIR%%/themes/emoticons/tango/help.png
-%%DATADIR%%/themes/emoticons/tango/hold_out.png
-%%DATADIR%%/themes/emoticons/tango/hug-right.png
-%%DATADIR%%/themes/emoticons/tango/idiot.png
-%%DATADIR%%/themes/emoticons/tango/kiss.png
-%%DATADIR%%/themes/emoticons/tango/kissed.png
-%%DATADIR%%/themes/emoticons/tango/kissing.png
-%%DATADIR%%/themes/emoticons/tango/laugh.png
-%%DATADIR%%/themes/emoticons/tango/learning.png
-%%DATADIR%%/themes/emoticons/tango/loser.png
-%%DATADIR%%/themes/emoticons/tango/love.png
-%%DATADIR%%/themes/emoticons/tango/mad-tongue.png
-%%DATADIR%%/themes/emoticons/tango/magician.png
-%%DATADIR%%/themes/emoticons/tango/mail.png
-%%DATADIR%%/themes/emoticons/tango/male-fighter2.png
-%%DATADIR%%/themes/emoticons/tango/mean.png
-%%DATADIR%%/themes/emoticons/tango/messed.png
-%%DATADIR%%/themes/emoticons/tango/music.png
-%%DATADIR%%/themes/emoticons/tango/nailbiting.png
-%%DATADIR%%/themes/emoticons/tango/neutral.png
-%%DATADIR%%/themes/emoticons/tango/newspaper.png
-%%DATADIR%%/themes/emoticons/tango/okok.png
-%%DATADIR%%/themes/emoticons/tango/peace.png
-%%DATADIR%%/themes/emoticons/tango/phone.png
-%%DATADIR%%/themes/emoticons/tango/pissed-off.png
-%%DATADIR%%/themes/emoticons/tango/pizza.png
-%%DATADIR%%/themes/emoticons/tango/plate.png
-%%DATADIR%%/themes/emoticons/tango/poop.png
-%%DATADIR%%/themes/emoticons/tango/present.png
-%%DATADIR%%/themes/emoticons/tango/prompt.png
-%%DATADIR%%/themes/emoticons/tango/puke.png
-%%DATADIR%%/themes/emoticons/tango/question.png
-%%DATADIR%%/themes/emoticons/tango/quiet.png
-%%DATADIR%%/themes/emoticons/tango/rain.png
-%%DATADIR%%/themes/emoticons/tango/read_this.png
-%%DATADIR%%/themes/emoticons/tango/readme.txt
-%%DATADIR%%/themes/emoticons/tango/rose.png
-%%DATADIR%%/themes/emoticons/tango/rotfl.png
-%%DATADIR%%/themes/emoticons/tango/sad.png
-%%DATADIR%%/themes/emoticons/tango/sarcastic.png
-%%DATADIR%%/themes/emoticons/tango/school_boy.png
-%%DATADIR%%/themes/emoticons/tango/secret.png
-%%DATADIR%%/themes/emoticons/tango/sex.png
-%%DATADIR%%/themes/emoticons/tango/shock.png
-%%DATADIR%%/themes/emoticons/tango/shopping.png
-%%DATADIR%%/themes/emoticons/tango/shout.png
-%%DATADIR%%/themes/emoticons/tango/shower.png
-%%DATADIR%%/themes/emoticons/tango/shut-mouth.png
-%%DATADIR%%/themes/emoticons/tango/sick.png
-%%DATADIR%%/themes/emoticons/tango/silly.png
-%%DATADIR%%/themes/emoticons/tango/sinister.png
-%%DATADIR%%/themes/emoticons/tango/slap.png
-%%DATADIR%%/themes/emoticons/tango/sleepy.png
-%%DATADIR%%/themes/emoticons/tango/smile-big.png
-%%DATADIR%%/themes/emoticons/tango/smile.png
-%%DATADIR%%/themes/emoticons/tango/snicker.png
-%%DATADIR%%/themes/emoticons/tango/snow.png
-%%DATADIR%%/themes/emoticons/tango/soccerball.png
-%%DATADIR%%/themes/emoticons/tango/stop.png
-%%DATADIR%%/themes/emoticons/tango/stroke.gif
-%%DATADIR%%/themes/emoticons/tango/strongman.png
-%%DATADIR%%/themes/emoticons/tango/sun.png
-%%DATADIR%%/themes/emoticons/tango/sweat.png
-%%DATADIR%%/themes/emoticons/tango/talktohand.png
-%%DATADIR%%/themes/emoticons/tango/teeth.png
-%%DATADIR%%/themes/emoticons/tango/terror.png
-%%DATADIR%%/themes/emoticons/tango/thinking.png
-%%DATADIR%%/themes/emoticons/tango/time-out.png
-%%DATADIR%%/themes/emoticons/tango/tongue.png
-%%DATADIR%%/themes/emoticons/tango/tremble.png
-%%DATADIR%%/themes/emoticons/tango/tuptup.png
-%%DATADIR%%/themes/emoticons/tango/twisted.png
-%%DATADIR%%/themes/emoticons/tango/victory.png
-%%DATADIR%%/themes/emoticons/tango/wall.png
-%%DATADIR%%/themes/emoticons/tango/waving.png
-%%DATADIR%%/themes/emoticons/tango/weep.png
-%%DATADIR%%/themes/emoticons/tango/wine.png
-%%DATADIR%%/themes/emoticons/tango/wink.png
-%%DATADIR%%/themes/emoticons/tango/worship.png
-%%DATADIR%%/themes/emoticons/tango/writing.png
-%%DATADIR%%/themes/emoticons/tango/yawn.png
-%%DATADIR%%/themes/icons/default/16x16/application-exit.png
-%%DATADIR%%/themes/icons/default/16x16/audio-input-microphone.png
-%%DATADIR%%/themes/icons/default/16x16/audio-volume-high.png
-%%DATADIR%%/themes/icons/default/16x16/audio-volume-low.png
-%%DATADIR%%/themes/icons/default/16x16/audio-volume-muted.png
-%%DATADIR%%/themes/icons/default/16x16/contact-new.png
-%%DATADIR%%/themes/icons/default/16x16/dialog-apply.png
-%%DATADIR%%/themes/icons/default/16x16/dialog-cancel.png
-%%DATADIR%%/themes/icons/default/16x16/dialog-error.png
-%%DATADIR%%/themes/icons/default/16x16/dialog-ok.png
-%%DATADIR%%/themes/icons/default/16x16/dialog-password.png
-%%DATADIR%%/themes/icons/default/16x16/document-open.png
-%%DATADIR%%/themes/icons/default/16x16/document-send.png
-%%DATADIR%%/themes/icons/default/16x16/edit-clear-locationbar-ltr.png
-%%DATADIR%%/themes/icons/default/16x16/edit-clear-locationbar-rtl.png
-%%DATADIR%%/themes/icons/default/16x16/edit-clear.png
-%%DATADIR%%/themes/icons/default/16x16/edit-copy.png
-%%DATADIR%%/themes/icons/default/16x16/edit-delete.png
-%%DATADIR%%/themes/icons/default/16x16/edit-find.png
-%%DATADIR%%/themes/icons/default/16x16/face-smile.png
-%%DATADIR%%/themes/icons/default/16x16/format-text-bold.png
-%%DATADIR%%/themes/icons/default/16x16/format-text-italic.png
-%%DATADIR%%/themes/icons/default/16x16/format-text-underline.png
-%%DATADIR%%/themes/icons/default/16x16/go-jump.png
-%%DATADIR%%/themes/icons/default/16x16/go-next.png
-%%DATADIR%%/themes/icons/default/16x16/go-previous.png
-%%DATADIR%%/themes/icons/default/16x16/group-new.png
-%%DATADIR%%/themes/icons/default/16x16/help-contents.png
-%%DATADIR%%/themes/icons/default/16x16/insert-image.png
-%%DATADIR%%/themes/icons/default/16x16/internet-group-chat.png
-%%DATADIR%%/themes/icons/default/16x16/list-add.png
-%%DATADIR%%/themes/icons/default/16x16/list-remove.png
-%%DATADIR%%/themes/icons/default/16x16/mail-attachment.png
-%%DATADIR%%/themes/icons/default/16x16/mail-message-new.png
-%%DATADIR%%/themes/icons/default/16x16/phone.png
-%%DATADIR%%/themes/icons/default/16x16/preferences-other.png
-%%DATADIR%%/themes/icons/default/16x16/security-high.png
-%%DATADIR%%/themes/icons/default/16x16/security-low.png
-%%DATADIR%%/themes/icons/default/16x16/view-refresh.png
-%%DATADIR%%/themes/icons/default/16x16/x-office-address-book.png
-%%DATADIR%%/themes/icons/default/32x32/contact-new.png
-%%DATADIR%%/themes/icons/default/32x32/dialog-error.png
-%%DATADIR%%/themes/icons/default/32x32/dialog-information.png
-%%DATADIR%%/themes/icons/default/32x32/dialog-password.png
-%%DATADIR%%/themes/icons/default/32x32/dialog-question.png
-%%DATADIR%%/themes/icons/default/32x32/dialog-warning.png
-%%DATADIR%%/themes/icons/default/32x32/image-loading.png
-%%DATADIR%%/themes/icons/default/32x32/internet-group-chat.png
-%%DATADIR%%/themes/icons/default/32x32/phone.png
-%%DATADIR%%/themes/icons/default/32x32/preferences-desktop-peripherals.png
-%%DATADIR%%/themes/icons/default/32x32/preferences-desktop-theme.png
-%%DATADIR%%/themes/icons/default/32x32/security-high.png
-%%DATADIR%%/themes/icons/default/32x32/system-users.png
-%%DATADIR%%/themes/icons/default/32x32/x-office-address-book.png
-%%DATADIR%%/themes/icons/default/64x64/dialog-password.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/execnotify.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-pause.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-stop.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-skip-backward.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-skip-forward.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/nextinfo-birthday.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/nextinfo-nameday.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles-configure.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles-user.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/qt4notify.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/weather-show-weather-few-clouds.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/execnotify.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/mail-internet-mail.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/mediaplayer.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/nextinfo-birthday.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/nextinfo-nameday.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/weather-show-weather-few-clouds.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/about-kadu.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/block-buddy.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/blocked.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/blocking.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/change-color.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/change-status.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/clear-history.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/composing.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/conference.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/copy-personal-info.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/enable-notifications.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/enter.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/gender0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/gender1.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/gender2.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/get-involved.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/history.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/merge-buddies.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/multilogon.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-about-buddy.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-hints.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-led.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/only-show-with-description.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/please-wait.gif
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/plugins.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/report-a-bug.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-descriptions.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-information-panel.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-offline-buddies.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/stylesheet-branch-closed.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/stylesheet-branch-open.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/support-us.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/tab-detach.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/tab-remove.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/translate-kadu.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/use-proxy.png
-%%DATADIR%%/themes/icons/default/kadu_icons/22x22/0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/22x22/composing.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/composing.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/multilogon.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/plugins.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-kadu.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-notifications.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-status.png
-%%DATADIR%%/themes/icons/default/kadu_icons/48x48/0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/48x48/composing.png
-%%DATADIR%%/themes/icons/default/kadu_icons/64x64/0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/64x64/composing.png
-%%DATADIR%%/themes/icons/default/kadu_icons/64x64/kadu.png
-%%DATADIR%%/themes/icons/default/kadu_icons/64x64/please-wait.gif
-%%DATADIR%%/themes/icons/default/kadu_icons/64x64/transfer-receive.png
-%%DATADIR%%/themes/icons/default/kadu_icons/64x64/transfer-send.png
-%%DATADIR%%/themes/icons/default/kadu_icons/96x96/0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy1.png
-%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy2.png
-%%DATADIR%%/themes/icons/default/kadu_icons/96x96/composing.png
-%%DATADIR%%/themes/icons/default/protocols/common/128x128/message.png
-%%DATADIR%%/themes/icons/default/protocols/common/16x16/message.png
-%%DATADIR%%/themes/icons/default/protocols/common/16x16/message_anim.gif
-%%DATADIR%%/themes/icons/default/protocols/common/22x22/message.png
-%%DATADIR%%/themes/icons/default/protocols/common/22x22/message_anim.gif
-%%DATADIR%%/themes/icons/default/protocols/common/32x32/message.png
-%%DATADIR%%/themes/icons/default/protocols/common/48x48/message.png
-%%DATADIR%%/themes/icons/default/protocols/common/64x64/message.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/away.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/away_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/do_not_disturb.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/free_for_chat.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/invisible.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/not_available.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/not_available_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/offline.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/offline_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/online.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/online_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/away.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/away_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/do_not_disturb.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/invisible.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/not_available.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/not_available_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/offline.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/offline_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/online.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/online_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/away.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/away_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/free_for_chat_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/gadu-gadu.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/invisible.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/invisible_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/not_available.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/not_available_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/offline.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/offline_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/online.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/online_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/away.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/away_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/do_not_disturb.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/free_for_chat.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/free_for_chat_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/invisible.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/invisible_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/not_available.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/not_available_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/offline.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/offline_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/online.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/online_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/away.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/away_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/do_not_disturb.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/free_for_chat.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/free_for_chat_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/invisible.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/invisible_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/not_available.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/not_available_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/offline.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/offline_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/online.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/online_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/away.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/away_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/do_not_disturb.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/free_for_chat.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/free_for_chat_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/invisible.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/invisible_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/not_available.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/not_available_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/offline.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/offline_d.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/online.png
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/online_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/away.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/away_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/do_not_disturb.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/free_for_chat.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/invisible.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/not_available.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/not_available_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/offline.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/offline_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/online.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/online_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/away.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/away_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/do_not_disturb.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/invisible.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/not_available.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/not_available_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/offline.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/offline_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/online.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/online_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/away.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/away_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/free_for_chat_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/invisible.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/invisible_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/not_available.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/not_available_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/offline.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/offline_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/online.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/online_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/xmpp.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/away.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/away_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/do_not_disturb.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/free_for_chat.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/free_for_chat_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/invisible.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/invisible_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/not_available.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/not_available_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/offline.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/offline_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/online.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/online_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/away.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/away_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/do_not_disturb.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/free_for_chat.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/free_for_chat_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/invisible.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/invisible_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/not_available.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/not_available_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/offline.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/offline_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/online.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/online_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/away.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/away_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/do_not_disturb.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/free_for_chat.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/free_for_chat_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/invisible.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/invisible_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/not_available.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/not_available_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/offline.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/offline_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/online.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/online_d.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16/facebook.png
-%%DATADIR%%/themes/icons/faenza/16x16/application-exit.png
-%%DATADIR%%/themes/icons/faenza/16x16/audio-input-microphone.png
-%%DATADIR%%/themes/icons/faenza/16x16/audio-volume-high.png
-%%DATADIR%%/themes/icons/faenza/16x16/audio-volume-low.png
-%%DATADIR%%/themes/icons/faenza/16x16/audio-volume-muted.png
-%%DATADIR%%/themes/icons/faenza/16x16/contact-new.png
-%%DATADIR%%/themes/icons/faenza/16x16/dialog-apply.png
-%%DATADIR%%/themes/icons/faenza/16x16/dialog-cancel.png
-%%DATADIR%%/themes/icons/faenza/16x16/dialog-error.png
-%%DATADIR%%/themes/icons/faenza/16x16/dialog-ok.png
-%%DATADIR%%/themes/icons/faenza/16x16/dialog-password.png
-%%DATADIR%%/themes/icons/faenza/16x16/document-open.png
-%%DATADIR%%/themes/icons/faenza/16x16/document-properties.png
-%%DATADIR%%/themes/icons/faenza/16x16/document-send.png
-%%DATADIR%%/themes/icons/faenza/16x16/edit-clear-locationbar-ltr.png
-%%DATADIR%%/themes/icons/faenza/16x16/edit-clear-locationbar-rtl.png
-%%DATADIR%%/themes/icons/faenza/16x16/edit-clear.png
-%%DATADIR%%/themes/icons/faenza/16x16/edit-copy.png
-%%DATADIR%%/themes/icons/faenza/16x16/edit-delete.png
-%%DATADIR%%/themes/icons/faenza/16x16/edit-find.png
-%%DATADIR%%/themes/icons/faenza/16x16/face-smile.png
-%%DATADIR%%/themes/icons/faenza/16x16/format-text-bold.png
-%%DATADIR%%/themes/icons/faenza/16x16/format-text-italic.png
-%%DATADIR%%/themes/icons/faenza/16x16/format-text-underline.png
-%%DATADIR%%/themes/icons/faenza/16x16/go-jump.png
-%%DATADIR%%/themes/icons/faenza/16x16/go-next.png
-%%DATADIR%%/themes/icons/faenza/16x16/go-previous.png
-%%DATADIR%%/themes/icons/faenza/16x16/group-new.png
-%%DATADIR%%/themes/icons/faenza/16x16/help-contents.png
-%%DATADIR%%/themes/icons/faenza/16x16/insert-image.png
-%%DATADIR%%/themes/icons/faenza/16x16/internet-chat-group.png
-%%DATADIR%%/themes/icons/faenza/16x16/internet-group-chat.png
-%%DATADIR%%/themes/icons/faenza/16x16/list-add.png
-%%DATADIR%%/themes/icons/faenza/16x16/list-remove.png
-%%DATADIR%%/themes/icons/faenza/16x16/mail-attachment.png
-%%DATADIR%%/themes/icons/faenza/16x16/mail-message-new.png
-%%DATADIR%%/themes/icons/faenza/16x16/phone.png
-%%DATADIR%%/themes/icons/faenza/16x16/preferences-other.png
-%%DATADIR%%/themes/icons/faenza/16x16/security-high.png
-%%DATADIR%%/themes/icons/faenza/16x16/security-low.png
-%%DATADIR%%/themes/icons/faenza/16x16/view-refresh.png
-%%DATADIR%%/themes/icons/faenza/16x16/x-office-address-book.png
-%%DATADIR%%/themes/icons/faenza/22x22/application-exit.png
-%%DATADIR%%/themes/icons/faenza/32x32/application-exit.png
-%%DATADIR%%/themes/icons/faenza/32x32/config-users.png
-%%DATADIR%%/themes/icons/faenza/32x32/contact-new.png
-%%DATADIR%%/themes/icons/faenza/32x32/dialog-error.png
-%%DATADIR%%/themes/icons/faenza/32x32/dialog-information.png
-%%DATADIR%%/themes/icons/faenza/32x32/image-loading.png
-%%DATADIR%%/themes/icons/faenza/32x32/internet-group-chat.png
-%%DATADIR%%/themes/icons/faenza/32x32/phone.png
-%%DATADIR%%/themes/icons/faenza/32x32/preferences-desktop-peripherals.png
-%%DATADIR%%/themes/icons/faenza/32x32/preferences-desktop-theme.png
-%%DATADIR%%/themes/icons/faenza/32x32/security-high.png
-%%DATADIR%%/themes/icons/faenza/32x32/system-users.png
-%%DATADIR%%/themes/icons/faenza/32x32/x-office-address-book.png
-%%DATADIR%%/themes/icons/faenza/48x48/application-exit.png
-%%DATADIR%%/themes/icons/faenza/64x64/application-exit.png
-%%DATADIR%%/themes/icons/faenza/64x64/dialog-password.png
-%%DATADIR%%/themes/icons/faenza/96x96/application-exit.png
-%%DATADIR%%/themes/icons/faenza/96x96/dialog-password.png
-%%DATADIR%%/themes/icons/faenza/96x96/dialog-question.png
-%%DATADIR%%/themes/icons/faenza/96x96/dialog-warning.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/execnotify.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/mediaplayer-media-playback-pause.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/mediaplayer-media-playback-stop.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/mediaplayer-media-skip-backward.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/mediaplayer-media-skip-forward.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/mediaplayer.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/nextinfo-birthday.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/nextinfo-nameday.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/profiles-configure.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/profiles-user.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/profiles.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/qt4notify.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/faenza/external_modules/16x16/weather-show-weather-few-clouds.png
-%%DATADIR%%/themes/icons/faenza/external_modules/32x32/execnotify.png
-%%DATADIR%%/themes/icons/faenza/external_modules/32x32/mail-internet-mail.png
-%%DATADIR%%/themes/icons/faenza/external_modules/32x32/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/faenza/external_modules/32x32/mediaplayer.png
-%%DATADIR%%/themes/icons/faenza/external_modules/32x32/nextinfo-birthday.png
-%%DATADIR%%/themes/icons/faenza/external_modules/32x32/nextinfo-nameday.png
-%%DATADIR%%/themes/icons/faenza/external_modules/32x32/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/faenza/external_modules/32x32/weather-show-weather-few-clouds.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/0.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/about-kadu.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/block-buddy.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/blocked.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/blocking.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/change-color.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/change-status.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/clear-history.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/composing.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/conference.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/copy-personal-info.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/emblem-favorite.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/enable-notifications.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/enter.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/gender0.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/gender1.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/gender2.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/get-involved.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/history.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/merge-buddies.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/multilogon.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/notify-about-buddy.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/notify-hints.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/notify-led.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/only-show-with-description.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/plugins.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/report-a-bug.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/show-descriptions.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/show-information-panel.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/show-offline-buddies.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/stylesheet-branch-closed.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/stylesheet-branch-open.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/support-us.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/tab-detach.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/tab-remove.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/translate-kadu.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/use-proxy.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/22x22/0.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/22x22/composing.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/0.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/composing.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/multilogon.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/please-wait.gif
-%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/plugins.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/section-kadu.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/section-notifications.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/section-status.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/48x48/0.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/48x48/composing.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/0.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/composing.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/kadu.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/please-wait.gif
-%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/transfer-receive.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/transfer-send.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/0.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/buddy0.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/buddy1.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/buddy2.png
-%%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/composing.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/message.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/message_anim.gif
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/message.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/message_anim.gif
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/message.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/message.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/message.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/message.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/gadu-gadu.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/xmpp.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/away.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/away_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/do_not_disturb.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/free_for_chat.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/free_for_chat_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/invisible.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/invisible_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/not_available.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/not_available_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/offline.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/offline_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/online.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/online_d.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/brand_name/256x256/GmailGoogleTalk.png
-%%DATADIR%%/themes/icons/faenza/protocols/xmpp/brand_name/256x256/facebook.png
-%%DATADIR%%/themes/icons/glass/16x16/dialog-information.png
-%%DATADIR%%/themes/icons/glass/16x16/edit-clear-locationbar-ltr.png
-%%DATADIR%%/themes/icons/glass/16x16/edit-clear-locationbar-rtl.png
-%%DATADIR%%/themes/icons/glass/22x22/application-exit.png
-%%DATADIR%%/themes/icons/glass/22x22/audio-input-microphone.png
-%%DATADIR%%/themes/icons/glass/22x22/audio-volume-high.png
-%%DATADIR%%/themes/icons/glass/22x22/audio-volume-low.png
-%%DATADIR%%/themes/icons/glass/22x22/audio-volume-muted.png
-%%DATADIR%%/themes/icons/glass/22x22/contact-new.png
-%%DATADIR%%/themes/icons/glass/22x22/dialog-apply.png
-%%DATADIR%%/themes/icons/glass/22x22/dialog-cancel.png
-%%DATADIR%%/themes/icons/glass/22x22/dialog-error.png
-%%DATADIR%%/themes/icons/glass/22x22/dialog-ok.png
-%%DATADIR%%/themes/icons/glass/22x22/dialog-password.png
-%%DATADIR%%/themes/icons/glass/22x22/document-open.png
-%%DATADIR%%/themes/icons/glass/22x22/document-save.png
-%%DATADIR%%/themes/icons/glass/22x22/document-send.png
-%%DATADIR%%/themes/icons/glass/22x22/edit-clear.png
-%%DATADIR%%/themes/icons/glass/22x22/edit-copy.png
-%%DATADIR%%/themes/icons/glass/22x22/edit-delete.png
-%%DATADIR%%/themes/icons/glass/22x22/edit-find.png
-%%DATADIR%%/themes/icons/glass/22x22/face-smile.png
-%%DATADIR%%/themes/icons/glass/22x22/format-text-bold.png
-%%DATADIR%%/themes/icons/glass/22x22/format-text-italic.png
-%%DATADIR%%/themes/icons/glass/22x22/format-text-underline.png
-%%DATADIR%%/themes/icons/glass/22x22/go-jump.png
-%%DATADIR%%/themes/icons/glass/22x22/go-next.png
-%%DATADIR%%/themes/icons/glass/22x22/go-previous.png
-%%DATADIR%%/themes/icons/glass/22x22/group-new.png
-%%DATADIR%%/themes/icons/glass/22x22/help-contents.png
-%%DATADIR%%/themes/icons/glass/22x22/insert-image.png
-%%DATADIR%%/themes/icons/glass/22x22/internet-group-chat.png
-%%DATADIR%%/themes/icons/glass/22x22/list-add.png
-%%DATADIR%%/themes/icons/glass/22x22/list-remove.png
-%%DATADIR%%/themes/icons/glass/22x22/mail-attachment.png
-%%DATADIR%%/themes/icons/glass/22x22/mail-message-new.png
-%%DATADIR%%/themes/icons/glass/22x22/phone.png
-%%DATADIR%%/themes/icons/glass/22x22/preferences-other.png
-%%DATADIR%%/themes/icons/glass/22x22/security-high.png
-%%DATADIR%%/themes/icons/glass/22x22/security-low.png
-%%DATADIR%%/themes/icons/glass/22x22/view-refresh.png
-%%DATADIR%%/themes/icons/glass/22x22/x-office-address-book.png
-%%DATADIR%%/themes/icons/glass/32x32/contact-new.png
-%%DATADIR%%/themes/icons/glass/32x32/dialog-error.png
-%%DATADIR%%/themes/icons/glass/32x32/dialog-information.png
-%%DATADIR%%/themes/icons/glass/32x32/dialog-password.png
-%%DATADIR%%/themes/icons/glass/32x32/dialog-warning.png
-%%DATADIR%%/themes/icons/glass/32x32/image-loading.png
-%%DATADIR%%/themes/icons/glass/32x32/internet-group-chat.png
-%%DATADIR%%/themes/icons/glass/32x32/phone.png
-%%DATADIR%%/themes/icons/glass/32x32/preferences-desktop-peripherals.png
-%%DATADIR%%/themes/icons/glass/32x32/preferences-desktop-theme.png
-%%DATADIR%%/themes/icons/glass/32x32/security-high.png
-%%DATADIR%%/themes/icons/glass/32x32/system-users.png
-%%DATADIR%%/themes/icons/glass/32x32/x-office-address-book.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-pause.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-stop.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-skip-backward.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-skip-forward.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/agent.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/profiles-configure.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/profiles-user.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/profiles.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/qt4notify.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/weather-show-weather-few-clouds.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/mail-internet-mail.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/mail.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/mediaplayer.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/screenshot.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/weather-show-weather-few-clouds.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/weather.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/xosd.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/about-kadu.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/composing.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender1.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender2.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/get-involved.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/notify-led.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/please-wait.gif
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/report-a-bug.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/stylesheet-branch-closed.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/stylesheet-branch-open.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/support-us.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/tab-remove.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/translate-kadu.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/use-proxy.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/block-buddy.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/blocked.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/blocking.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/change-color.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/change-status.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/clear-history.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/composing.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/conference.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/copy-personal-info.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/enable-notifications.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/enter.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/history.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/merge-buddies.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/multilogon.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/notify-about-buddy.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/notify-hints.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/only-show-with-description.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/plugins.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/show-descriptions.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/show-information-panel.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/show-offline-buddies.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/tab-detach.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/composing.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/multilogon.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/plugins.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-kadu.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-notifications.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-status.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/48x48/0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/48x48/composing.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/composing.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/kadu.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/please-wait.gif
-%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/transfer-receive.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/transfer-send.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy1.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy2.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/composing.png
-%%DATADIR%%/themes/icons/glass/protocols/common/128x128/message.png
-%%DATADIR%%/themes/icons/glass/protocols/common/22x22/message.png
-%%DATADIR%%/themes/icons/glass/protocols/common/22x22/message_anim.gif
-%%DATADIR%%/themes/icons/glass/protocols/common/22x22/muc_active.png
-%%DATADIR%%/themes/icons/glass/protocols/common/22x22/muc_inactive.png
-%%DATADIR%%/themes/icons/glass/protocols/common/32x32/message.png
-%%DATADIR%%/themes/icons/glass/protocols/common/48x48/message.png
-%%DATADIR%%/themes/icons/glass/protocols/common/64x64/message.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/away.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/away_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/do_not_disturb.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/free_for_chat_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/invisible.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/invisible_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/not_available.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/not_available_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/offline.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/offline_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/online.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/online_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/away.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/gadu-gadu.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/invisible.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/not_available.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/offline.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/online.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/away.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/away_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/do_not_disturb.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/invisible.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/not_available.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/not_available_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/offline.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/offline_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/online.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/online_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/away.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/away_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/do_not_disturb.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/invisible.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/not_available.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/not_available_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/offline.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/offline_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/online.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/online_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/away.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/away_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/free_for_chat_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/invisible.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/invisible_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/not_available.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/not_available_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/offline.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/offline_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/online.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/online_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/xmpp.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/away.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/away_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/do_not_disturb.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/free_for_chat_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/invisible.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/invisible_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/not_available.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/not_available_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/offline.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/offline_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/online.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/online_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/away.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/away_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/do_not_disturb.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/free_for_chat_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/invisible.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/invisible_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/not_available.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/not_available_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/offline.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/offline_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/online.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/online_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/away.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/away_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/do_not_disturb.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/free_for_chat_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/invisible.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/invisible_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/not_available.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/not_available_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/offline.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/offline_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/online.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/online_d.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16/facebook.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/xmpp.png
-%%DATADIR%%/themes/icons/oxygen/16x16/application-exit.png
-%%DATADIR%%/themes/icons/oxygen/16x16/audio-input-microphone.png
-%%DATADIR%%/themes/icons/oxygen/16x16/audio-volume-high.png
-%%DATADIR%%/themes/icons/oxygen/16x16/audio-volume-low.png
-%%DATADIR%%/themes/icons/oxygen/16x16/audio-volume-muted.png
-%%DATADIR%%/themes/icons/oxygen/16x16/contact-new.png
-%%DATADIR%%/themes/icons/oxygen/16x16/dialog-apply.png
-%%DATADIR%%/themes/icons/oxygen/16x16/dialog-cancel.png
-%%DATADIR%%/themes/icons/oxygen/16x16/dialog-error.png
-%%DATADIR%%/themes/icons/oxygen/16x16/dialog-information.png
-%%DATADIR%%/themes/icons/oxygen/16x16/dialog-ok.png
-%%DATADIR%%/themes/icons/oxygen/16x16/dialog-password.png
-%%DATADIR%%/themes/icons/oxygen/16x16/dialog-question.png
-%%DATADIR%%/themes/icons/oxygen/16x16/dialog-warning.png
-%%DATADIR%%/themes/icons/oxygen/16x16/document-open.png
-%%DATADIR%%/themes/icons/oxygen/16x16/document-send.png
-%%DATADIR%%/themes/icons/oxygen/16x16/edit-clear-locationbar-ltr.png
-%%DATADIR%%/themes/icons/oxygen/16x16/edit-clear-locationbar-rtl.png
-%%DATADIR%%/themes/icons/oxygen/16x16/edit-clear.png
-%%DATADIR%%/themes/icons/oxygen/16x16/edit-copy.png
-%%DATADIR%%/themes/icons/oxygen/16x16/edit-delete.png
-%%DATADIR%%/themes/icons/oxygen/16x16/edit-find.png
-%%DATADIR%%/themes/icons/oxygen/16x16/face-smile.png
-%%DATADIR%%/themes/icons/oxygen/16x16/format-text-bold.png
-%%DATADIR%%/themes/icons/oxygen/16x16/format-text-italic.png
-%%DATADIR%%/themes/icons/oxygen/16x16/format-text-underline.png
-%%DATADIR%%/themes/icons/oxygen/16x16/go-jump.png
-%%DATADIR%%/themes/icons/oxygen/16x16/go-next.png
-%%DATADIR%%/themes/icons/oxygen/16x16/go-previous.png
-%%DATADIR%%/themes/icons/oxygen/16x16/group-new.png
-%%DATADIR%%/themes/icons/oxygen/16x16/help-contents.png
-%%DATADIR%%/themes/icons/oxygen/16x16/image-loading.png
-%%DATADIR%%/themes/icons/oxygen/16x16/insert-image.png
-%%DATADIR%%/themes/icons/oxygen/16x16/internet-group-chat.png
-%%DATADIR%%/themes/icons/oxygen/16x16/list-add.png
-%%DATADIR%%/themes/icons/oxygen/16x16/list-remove.png
-%%DATADIR%%/themes/icons/oxygen/16x16/mail-attachment.png
-%%DATADIR%%/themes/icons/oxygen/16x16/mail-message-new.png
-%%DATADIR%%/themes/icons/oxygen/16x16/phone.png
-%%DATADIR%%/themes/icons/oxygen/16x16/preferences-desktop-peripherals.png
-%%DATADIR%%/themes/icons/oxygen/16x16/preferences-desktop-theme.png
-%%DATADIR%%/themes/icons/oxygen/16x16/preferences-other.png
-%%DATADIR%%/themes/icons/oxygen/16x16/security-high.png
-%%DATADIR%%/themes/icons/oxygen/16x16/security-low.png
-%%DATADIR%%/themes/icons/oxygen/16x16/system-users.png
-%%DATADIR%%/themes/icons/oxygen/16x16/view-refresh.png
-%%DATADIR%%/themes/icons/oxygen/16x16/x-office-address-book.png
-%%DATADIR%%/themes/icons/oxygen/22x22/application-exit.png
-%%DATADIR%%/themes/icons/oxygen/22x22/audio-input-microphone.png
-%%DATADIR%%/themes/icons/oxygen/22x22/audio-volume-high.png
-%%DATADIR%%/themes/icons/oxygen/22x22/audio-volume-low.png
-%%DATADIR%%/themes/icons/oxygen/22x22/audio-volume-muted.png
-%%DATADIR%%/themes/icons/oxygen/22x22/contact-new.png
-%%DATADIR%%/themes/icons/oxygen/22x22/dialog-apply.png
-%%DATADIR%%/themes/icons/oxygen/22x22/dialog-cancel.png
-%%DATADIR%%/themes/icons/oxygen/22x22/dialog-error.png
-%%DATADIR%%/themes/icons/oxygen/22x22/dialog-information.png
-%%DATADIR%%/themes/icons/oxygen/22x22/dialog-ok.png
-%%DATADIR%%/themes/icons/oxygen/22x22/dialog-password.png
-%%DATADIR%%/themes/icons/oxygen/22x22/dialog-question.png
-%%DATADIR%%/themes/icons/oxygen/22x22/dialog-warning.png
-%%DATADIR%%/themes/icons/oxygen/22x22/document-open.png
-%%DATADIR%%/themes/icons/oxygen/22x22/document-send.png
-%%DATADIR%%/themes/icons/oxygen/22x22/edit-clear-locationbar-ltr.png
-%%DATADIR%%/themes/icons/oxygen/22x22/edit-clear-locationbar-rtl.png
-%%DATADIR%%/themes/icons/oxygen/22x22/edit-clear.png
-%%DATADIR%%/themes/icons/oxygen/22x22/edit-copy.png
-%%DATADIR%%/themes/icons/oxygen/22x22/edit-delete.png
-%%DATADIR%%/themes/icons/oxygen/22x22/edit-find.png
-%%DATADIR%%/themes/icons/oxygen/22x22/face-smile.png
-%%DATADIR%%/themes/icons/oxygen/22x22/format-text-bold.png
-%%DATADIR%%/themes/icons/oxygen/22x22/format-text-italic.png
-%%DATADIR%%/themes/icons/oxygen/22x22/format-text-underline.png
-%%DATADIR%%/themes/icons/oxygen/22x22/go-jump.png
-%%DATADIR%%/themes/icons/oxygen/22x22/go-next.png
-%%DATADIR%%/themes/icons/oxygen/22x22/go-previous.png
-%%DATADIR%%/themes/icons/oxygen/22x22/group-new.png
-%%DATADIR%%/themes/icons/oxygen/22x22/help-contents.png
-%%DATADIR%%/themes/icons/oxygen/22x22/image-loading.png
-%%DATADIR%%/themes/icons/oxygen/22x22/insert-image.png
-%%DATADIR%%/themes/icons/oxygen/22x22/internet-group-chat.png
-%%DATADIR%%/themes/icons/oxygen/22x22/list-add.png
-%%DATADIR%%/themes/icons/oxygen/22x22/list-remove.png
-%%DATADIR%%/themes/icons/oxygen/22x22/mail-attachment.png
-%%DATADIR%%/themes/icons/oxygen/22x22/mail-message-new.png
-%%DATADIR%%/themes/icons/oxygen/22x22/phone.png
-%%DATADIR%%/themes/icons/oxygen/22x22/preferences-desktop-peripherals.png
-%%DATADIR%%/themes/icons/oxygen/22x22/preferences-desktop-theme.png
-%%DATADIR%%/themes/icons/oxygen/22x22/preferences-other.png
-%%DATADIR%%/themes/icons/oxygen/22x22/security-high.png
-%%DATADIR%%/themes/icons/oxygen/22x22/security-low.png
-%%DATADIR%%/themes/icons/oxygen/22x22/system-users.png
-%%DATADIR%%/themes/icons/oxygen/22x22/view-refresh.png
-%%DATADIR%%/themes/icons/oxygen/22x22/x-office-address-book.png
-%%DATADIR%%/themes/icons/oxygen/32x32/application-exit.png
-%%DATADIR%%/themes/icons/oxygen/32x32/audio-input-microphone.png
-%%DATADIR%%/themes/icons/oxygen/32x32/audio-volume-high.png
-%%DATADIR%%/themes/icons/oxygen/32x32/audio-volume-low.png
-%%DATADIR%%/themes/icons/oxygen/32x32/audio-volume-muted.png
-%%DATADIR%%/themes/icons/oxygen/32x32/contact-new.png
-%%DATADIR%%/themes/icons/oxygen/32x32/dialog-apply.png
-%%DATADIR%%/themes/icons/oxygen/32x32/dialog-cancel.png
-%%DATADIR%%/themes/icons/oxygen/32x32/dialog-error.png
-%%DATADIR%%/themes/icons/oxygen/32x32/dialog-information.png
-%%DATADIR%%/themes/icons/oxygen/32x32/dialog-ok.png
-%%DATADIR%%/themes/icons/oxygen/32x32/dialog-password.png
-%%DATADIR%%/themes/icons/oxygen/32x32/dialog-question.png
-%%DATADIR%%/themes/icons/oxygen/32x32/dialog-warning.png
-%%DATADIR%%/themes/icons/oxygen/32x32/document-open.png
-%%DATADIR%%/themes/icons/oxygen/32x32/document-send.png
-%%DATADIR%%/themes/icons/oxygen/32x32/edit-clear-locationbar-ltr.png
-%%DATADIR%%/themes/icons/oxygen/32x32/edit-clear-locationbar-rtl.png
-%%DATADIR%%/themes/icons/oxygen/32x32/edit-clear.png
-%%DATADIR%%/themes/icons/oxygen/32x32/edit-copy.png
-%%DATADIR%%/themes/icons/oxygen/32x32/edit-delete.png
-%%DATADIR%%/themes/icons/oxygen/32x32/edit-find.png
-%%DATADIR%%/themes/icons/oxygen/32x32/face-smile.png
-%%DATADIR%%/themes/icons/oxygen/32x32/format-text-bold.png
-%%DATADIR%%/themes/icons/oxygen/32x32/format-text-italic.png
-%%DATADIR%%/themes/icons/oxygen/32x32/format-text-underline.png
-%%DATADIR%%/themes/icons/oxygen/32x32/go-jump.png
-%%DATADIR%%/themes/icons/oxygen/32x32/go-next.png
-%%DATADIR%%/themes/icons/oxygen/32x32/go-previous.png
-%%DATADIR%%/themes/icons/oxygen/32x32/group-new.png
-%%DATADIR%%/themes/icons/oxygen/32x32/help-contents.png
-%%DATADIR%%/themes/icons/oxygen/32x32/image-loading.png
-%%DATADIR%%/themes/icons/oxygen/32x32/insert-image.png
-%%DATADIR%%/themes/icons/oxygen/32x32/internet-group-chat.png
-%%DATADIR%%/themes/icons/oxygen/32x32/list-add.png
-%%DATADIR%%/themes/icons/oxygen/32x32/list-remove.png
-%%DATADIR%%/themes/icons/oxygen/32x32/mail-attachment.png
-%%DATADIR%%/themes/icons/oxygen/32x32/mail-message-new.png
-%%DATADIR%%/themes/icons/oxygen/32x32/phone.png
-%%DATADIR%%/themes/icons/oxygen/32x32/preferences-desktop-peripherals.png
-%%DATADIR%%/themes/icons/oxygen/32x32/preferences-desktop-theme.png
-%%DATADIR%%/themes/icons/oxygen/32x32/preferences-other.png
-%%DATADIR%%/themes/icons/oxygen/32x32/security-high.png
-%%DATADIR%%/themes/icons/oxygen/32x32/security-low.png
-%%DATADIR%%/themes/icons/oxygen/32x32/system-users.png
-%%DATADIR%%/themes/icons/oxygen/32x32/view-refresh.png
-%%DATADIR%%/themes/icons/oxygen/32x32/x-office-address-book.png
-%%DATADIR%%/themes/icons/oxygen/48x48/application-exit.png
-%%DATADIR%%/themes/icons/oxygen/48x48/audio-input-microphone.png
-%%DATADIR%%/themes/icons/oxygen/48x48/audio-volume-high.png
-%%DATADIR%%/themes/icons/oxygen/48x48/audio-volume-low.png
-%%DATADIR%%/themes/icons/oxygen/48x48/audio-volume-muted.png
-%%DATADIR%%/themes/icons/oxygen/48x48/contact-new.png
-%%DATADIR%%/themes/icons/oxygen/48x48/dialog-apply.png
-%%DATADIR%%/themes/icons/oxygen/48x48/dialog-cancel.png
-%%DATADIR%%/themes/icons/oxygen/48x48/dialog-error.png
-%%DATADIR%%/themes/icons/oxygen/48x48/dialog-information.png
-%%DATADIR%%/themes/icons/oxygen/48x48/dialog-ok.png
-%%DATADIR%%/themes/icons/oxygen/48x48/dialog-password.png
-%%DATADIR%%/themes/icons/oxygen/48x48/dialog-question.png
-%%DATADIR%%/themes/icons/oxygen/48x48/dialog-warning.png
-%%DATADIR%%/themes/icons/oxygen/48x48/document-open.png
-%%DATADIR%%/themes/icons/oxygen/48x48/document-send.png
-%%DATADIR%%/themes/icons/oxygen/48x48/edit-clear-locationbar-ltr.png
-%%DATADIR%%/themes/icons/oxygen/48x48/edit-clear-locationbar-rtl.png
-%%DATADIR%%/themes/icons/oxygen/48x48/edit-clear.png
-%%DATADIR%%/themes/icons/oxygen/48x48/edit-copy.png
-%%DATADIR%%/themes/icons/oxygen/48x48/edit-delete.png
-%%DATADIR%%/themes/icons/oxygen/48x48/edit-find.png
-%%DATADIR%%/themes/icons/oxygen/48x48/face-smile.png
-%%DATADIR%%/themes/icons/oxygen/48x48/format-text-bold.png
-%%DATADIR%%/themes/icons/oxygen/48x48/format-text-italic.png
-%%DATADIR%%/themes/icons/oxygen/48x48/format-text-underline.png
-%%DATADIR%%/themes/icons/oxygen/48x48/go-jump.png
-%%DATADIR%%/themes/icons/oxygen/48x48/go-next.png
-%%DATADIR%%/themes/icons/oxygen/48x48/go-previous.png
-%%DATADIR%%/themes/icons/oxygen/48x48/group-new.png
-%%DATADIR%%/themes/icons/oxygen/48x48/help-contents.png
-%%DATADIR%%/themes/icons/oxygen/48x48/image-loading.png
-%%DATADIR%%/themes/icons/oxygen/48x48/insert-image.png
-%%DATADIR%%/themes/icons/oxygen/48x48/internet-group-chat.png
-%%DATADIR%%/themes/icons/oxygen/48x48/list-add.png
-%%DATADIR%%/themes/icons/oxygen/48x48/list-remove.png
-%%DATADIR%%/themes/icons/oxygen/48x48/mail-attachment.png
-%%DATADIR%%/themes/icons/oxygen/48x48/mail-message-new.png
-%%DATADIR%%/themes/icons/oxygen/48x48/phone.png
-%%DATADIR%%/themes/icons/oxygen/48x48/preferences-desktop-peripherals.png
-%%DATADIR%%/themes/icons/oxygen/48x48/preferences-desktop-theme.png
-%%DATADIR%%/themes/icons/oxygen/48x48/preferences-other.png
-%%DATADIR%%/themes/icons/oxygen/48x48/security-high.png
-%%DATADIR%%/themes/icons/oxygen/48x48/security-low.png
-%%DATADIR%%/themes/icons/oxygen/48x48/system-users.png
-%%DATADIR%%/themes/icons/oxygen/48x48/view-refresh.png
-%%DATADIR%%/themes/icons/oxygen/48x48/x-office-address-book.png
-%%DATADIR%%/themes/icons/oxygen/64x64/application-exit.png
-%%DATADIR%%/themes/icons/oxygen/64x64/audio-input-microphone.png
-%%DATADIR%%/themes/icons/oxygen/64x64/audio-volume-high.png
-%%DATADIR%%/themes/icons/oxygen/64x64/audio-volume-low.png
-%%DATADIR%%/themes/icons/oxygen/64x64/audio-volume-muted.png
-%%DATADIR%%/themes/icons/oxygen/64x64/contact-new.png
-%%DATADIR%%/themes/icons/oxygen/64x64/dialog-apply.png
-%%DATADIR%%/themes/icons/oxygen/64x64/dialog-cancel.png
-%%DATADIR%%/themes/icons/oxygen/64x64/dialog-error.png
-%%DATADIR%%/themes/icons/oxygen/64x64/dialog-information.png
-%%DATADIR%%/themes/icons/oxygen/64x64/dialog-ok.png
-%%DATADIR%%/themes/icons/oxygen/64x64/dialog-password.png
-%%DATADIR%%/themes/icons/oxygen/64x64/dialog-question.png
-%%DATADIR%%/themes/icons/oxygen/64x64/dialog-warning.png
-%%DATADIR%%/themes/icons/oxygen/64x64/document-open.png
-%%DATADIR%%/themes/icons/oxygen/64x64/document-send.png
-%%DATADIR%%/themes/icons/oxygen/64x64/edit-clear-locationbar-ltr.png
-%%DATADIR%%/themes/icons/oxygen/64x64/edit-clear-locationbar-rtl.png
-%%DATADIR%%/themes/icons/oxygen/64x64/edit-clear.png
-%%DATADIR%%/themes/icons/oxygen/64x64/edit-copy.png
-%%DATADIR%%/themes/icons/oxygen/64x64/edit-delete.png
-%%DATADIR%%/themes/icons/oxygen/64x64/edit-find.png
-%%DATADIR%%/themes/icons/oxygen/64x64/face-smile.png
-%%DATADIR%%/themes/icons/oxygen/64x64/format-text-bold.png
-%%DATADIR%%/themes/icons/oxygen/64x64/format-text-italic.png
-%%DATADIR%%/themes/icons/oxygen/64x64/format-text-underline.png
-%%DATADIR%%/themes/icons/oxygen/64x64/go-jump.png
-%%DATADIR%%/themes/icons/oxygen/64x64/go-next.png
-%%DATADIR%%/themes/icons/oxygen/64x64/go-previous.png
-%%DATADIR%%/themes/icons/oxygen/64x64/group-new.png
-%%DATADIR%%/themes/icons/oxygen/64x64/help-contents.png
-%%DATADIR%%/themes/icons/oxygen/64x64/image-loading.png
-%%DATADIR%%/themes/icons/oxygen/64x64/insert-image.png
-%%DATADIR%%/themes/icons/oxygen/64x64/internet-group-chat.png
-%%DATADIR%%/themes/icons/oxygen/64x64/list-add.png
-%%DATADIR%%/themes/icons/oxygen/64x64/list-remove.png
-%%DATADIR%%/themes/icons/oxygen/64x64/mail-attachment.png
-%%DATADIR%%/themes/icons/oxygen/64x64/mail-message-new.png
-%%DATADIR%%/themes/icons/oxygen/64x64/phone.png
-%%DATADIR%%/themes/icons/oxygen/64x64/preferences-desktop-peripherals.png
-%%DATADIR%%/themes/icons/oxygen/64x64/preferences-desktop-theme.png
-%%DATADIR%%/themes/icons/oxygen/64x64/preferences-other.png
-%%DATADIR%%/themes/icons/oxygen/64x64/security-high.png
-%%DATADIR%%/themes/icons/oxygen/64x64/security-low.png
-%%DATADIR%%/themes/icons/oxygen/64x64/system-users.png
-%%DATADIR%%/themes/icons/oxygen/64x64/view-refresh.png
-%%DATADIR%%/themes/icons/oxygen/64x64/x-office-address-book.png
-%%DATADIR%%/themes/icons/oxygen/96x96/application-exit.png
-%%DATADIR%%/themes/icons/oxygen/96x96/audio-input-microphone.png
-%%DATADIR%%/themes/icons/oxygen/96x96/audio-volume-high.png
-%%DATADIR%%/themes/icons/oxygen/96x96/audio-volume-low.png
-%%DATADIR%%/themes/icons/oxygen/96x96/audio-volume-muted.png
-%%DATADIR%%/themes/icons/oxygen/96x96/contact-new.png
-%%DATADIR%%/themes/icons/oxygen/96x96/dialog-apply.png
-%%DATADIR%%/themes/icons/oxygen/96x96/dialog-cancel.png
-%%DATADIR%%/themes/icons/oxygen/96x96/dialog-error.png
-%%DATADIR%%/themes/icons/oxygen/96x96/dialog-information.png
-%%DATADIR%%/themes/icons/oxygen/96x96/dialog-ok.png
-%%DATADIR%%/themes/icons/oxygen/96x96/dialog-password.png
-%%DATADIR%%/themes/icons/oxygen/96x96/dialog-question.png
-%%DATADIR%%/themes/icons/oxygen/96x96/dialog-warning.png
-%%DATADIR%%/themes/icons/oxygen/96x96/document-open.png
-%%DATADIR%%/themes/icons/oxygen/96x96/document-send.png
-%%DATADIR%%/themes/icons/oxygen/96x96/edit-clear-locationbar-ltr.png
-%%DATADIR%%/themes/icons/oxygen/96x96/edit-clear-locationbar-rtl.png
-%%DATADIR%%/themes/icons/oxygen/96x96/edit-clear.png
-%%DATADIR%%/themes/icons/oxygen/96x96/edit-copy.png
-%%DATADIR%%/themes/icons/oxygen/96x96/edit-delete.png
-%%DATADIR%%/themes/icons/oxygen/96x96/edit-find.png
-%%DATADIR%%/themes/icons/oxygen/96x96/face-smile.png
-%%DATADIR%%/themes/icons/oxygen/96x96/format-text-bold.png
-%%DATADIR%%/themes/icons/oxygen/96x96/format-text-italic.png
-%%DATADIR%%/themes/icons/oxygen/96x96/format-text-underline.png
-%%DATADIR%%/themes/icons/oxygen/96x96/go-jump.png
-%%DATADIR%%/themes/icons/oxygen/96x96/go-next.png
-%%DATADIR%%/themes/icons/oxygen/96x96/go-previous.png
-%%DATADIR%%/themes/icons/oxygen/96x96/group-new.png
-%%DATADIR%%/themes/icons/oxygen/96x96/help-contents.png
-%%DATADIR%%/themes/icons/oxygen/96x96/image-loading.png
-%%DATADIR%%/themes/icons/oxygen/96x96/insert-image.png
-%%DATADIR%%/themes/icons/oxygen/96x96/internet-group-chat.png
-%%DATADIR%%/themes/icons/oxygen/96x96/list-add.png
-%%DATADIR%%/themes/icons/oxygen/96x96/list-remove.png
-%%DATADIR%%/themes/icons/oxygen/96x96/mail-attachment.png
-%%DATADIR%%/themes/icons/oxygen/96x96/mail-message-new.png
-%%DATADIR%%/themes/icons/oxygen/96x96/phone.png
-%%DATADIR%%/themes/icons/oxygen/96x96/preferences-desktop-peripherals.png
-%%DATADIR%%/themes/icons/oxygen/96x96/preferences-desktop-theme.png
-%%DATADIR%%/themes/icons/oxygen/96x96/preferences-other.png
-%%DATADIR%%/themes/icons/oxygen/96x96/security-high.png
-%%DATADIR%%/themes/icons/oxygen/96x96/security-low.png
-%%DATADIR%%/themes/icons/oxygen/96x96/system-users.png
-%%DATADIR%%/themes/icons/oxygen/96x96/view-refresh.png
-%%DATADIR%%/themes/icons/oxygen/96x96/x-office-address-book.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/execnotify.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mail-internet-mail.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-playback-pause.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-playback-stop.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-skip-backward.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-skip-forward.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/nextinfo-birthday.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/nextinfo-nameday.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/profiles-configure.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/profiles-user.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/profiles.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/qt4notify.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/execnotify.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mail-internet-mail.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-playback-pause.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-playback-stop.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-skip-backward.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-skip-forward.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/nextinfo-birthday.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/nextinfo-nameday.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/profiles-configure.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/profiles-user.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/profiles.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/qt4notify.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/execnotify.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mail-internet-mail.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-playback-pause.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-playback-stop.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-skip-backward.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-skip-forward.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/nextinfo-birthday.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/nextinfo-nameday.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/profiles-configure.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/profiles-user.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/profiles.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/qt4notify.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/execnotify.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mail-internet-mail.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-playback-pause.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-playback-stop.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-skip-backward.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-skip-forward.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/nextinfo-birthday.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/nextinfo-nameday.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/profiles-configure.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/profiles-user.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/profiles.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/qt4notify.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/execnotify.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mail-internet-mail.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-playback-pause.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-playback-stop.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-skip-backward.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-skip-forward.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/nextinfo-birthday.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/nextinfo-nameday.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/profiles-configure.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/profiles-user.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/profiles.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/qt4notify.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/execnotify.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mail-internet-mail.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-playback-pause.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-playback-stop.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-skip-backward.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-skip-forward.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/nextinfo-birthday.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/nextinfo-nameday.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/profiles-configure.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/profiles-user.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/profiles.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/qt4notify.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/about-kadu.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/block-buddy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/blocked.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/blocking.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/change-color.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/change-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/clear-history.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/composing.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/conference.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/copy-personal-info.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/enable-notifications.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/enter.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender1.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender2.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/get-involved.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/history.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/merge-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/multilogon.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/notify-about-buddy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/notify-hints.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/notify-led.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/only-show-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/please-wait.gif
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/plugins.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/report-a-bug.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/section-notifications.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/section-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-descriptions.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-information-panel.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-offline-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/stylesheet-branch-closed.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/stylesheet-branch-open.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/support-us.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/tab-detach.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/tab-remove.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/translate-kadu.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/use-proxy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/block-buddy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/blocked.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/blocking.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/change-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/clear-history.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/composing.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/conference.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/copy-personal-info.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/enable-notifications.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/enter.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/get-involved.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/history.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/merge-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/multilogon.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/notify-about-buddy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/notify-hints.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/notify-led.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/only-show-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/report-a-bug.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/section-notifications.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/section-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-information-panel.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-offline-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/support-us.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/tab-detach.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/tab-remove.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/translate-kadu.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/use-proxy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/block-buddy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/blocked.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/blocking.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/change-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/clear-history.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/composing.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/conference.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/copy-personal-info.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/enable-notifications.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/enter.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/get-involved.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/history.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/merge-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/multilogon.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/notify-about-buddy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/notify-hints.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/notify-led.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/only-show-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/plugins.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/report-a-bug.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-kadu.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-notifications.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-information-panel.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-offline-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/support-us.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/tab-detach.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/tab-remove.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/translate-kadu.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/use-proxy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/block-buddy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/blocked.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/blocking.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/change-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/clear-history.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/composing.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/conference.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/copy-personal-info.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/enable-notifications.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/enter.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/get-involved.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/history.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/merge-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/multilogon.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/notify-about-buddy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/notify-hints.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/notify-led.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/only-show-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/report-a-bug.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/section-notifications.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/section-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-information-panel.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-offline-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/support-us.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/tab-detach.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/tab-remove.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/translate-kadu.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/use-proxy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/block-buddy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/blocked.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/blocking.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/change-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/clear-history.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/composing.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/conference.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/copy-personal-info.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/enable-notifications.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/enter.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/get-involved.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/history.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/kadu.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/merge-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/multilogon.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/notify-about-buddy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/notify-hints.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/notify-led.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/only-show-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/please-wait.gif
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/report-a-bug.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/section-notifications.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/section-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-information-panel.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-offline-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/support-us.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/tab-detach.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/tab-remove.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/transfer-receive.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/transfer-send.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/translate-kadu.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/use-proxy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/block-buddy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy1.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy2.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/clear-history.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/composing.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/conference.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/copy-personal-info.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/enable-notifications.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/enter.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/get-involved.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/history.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/merge-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/multilogon.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/notify-about-buddy.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/notify-hints.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/notify-led.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/report-a-bug.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/section-notifications.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/show-information-panel.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/support-us.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/tab-detach.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/tab-remove.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/translate-kadu.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/use-proxy.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/message.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/message_anim.gif
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/message.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/message.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/message.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/message.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/96x96/message.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/gadu-gadu.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/gadu-gadu.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/gadu-gadu.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/gadu-gadu.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/gadu-gadu.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/96x96/gadu-gadu.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/xmpp.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/brand_name/16x16/facebook.png
-%%DATADIR%%/themes/sounds/default/msg.wav
-%%DATADIR%%/themes/sounds/default/sound.conf
-%%DATADIR%%/translations/cs.language
-%%DATADIR%%/translations/de.language
-%%DATADIR%%/translations/en.language
-%%DATADIR%%/translations/es_MX.language
-%%DATADIR%%/translations/fr.language
-%%DATADIR%%/translations/kadu_cs.qm
-%%DATADIR%%/translations/kadu_de.qm
-%%DATADIR%%/translations/kadu_en.qm
-%%DATADIR%%/translations/kadu_es_MX.qm
-%%DATADIR%%/translations/kadu_fr.qm
-%%DATADIR%%/translations/kadu_pl.qm
-%%DATADIR%%/translations/kadu_tr.qm
-%%DATADIR%%/translations/pl.language
-%%DATADIR%%/translations/qt_cs.qm
-%%DATADIR%%/translations/qt_pl.qm
-%%DATADIR%%/translations/qtbase_cs.qm
-%%DATADIR%%/translations/qtbase_pl.qm
-%%DATADIR%%/translations/qtdeclarative_cs.qm
-%%DATADIR%%/translations/qtdeclarative_pl.qm
-%%DATADIR%%/translations/qtmultimedia_cs.qm
-%%DATADIR%%/translations/qtmultimedia_pl.qm
-%%DATADIR%%/translations/qtquick1_cs.qm
-%%DATADIR%%/translations/qtquick1_pl.qm
-%%DATADIR%%/translations/qtscript_cs.qm
-%%DATADIR%%/translations/qtscript_pl.qm
-%%DATADIR%%/translations/qtxmlpatterns_cs.qm
-%%DATADIR%%/translations/qtxmlpatterns_pl.qm
-%%DATADIR%%/translations/tr.language
-@dir %%DATADIR%%/plugins/data/auto_hide
-@dir %%DATADIR%%/plugins/data/autoaway
-@dir %%DATADIR%%/plugins/data/autoresponder
-@dir %%DATADIR%%/plugins/data/autostatus
-@dir %%DATADIR%%/plugins/data/chat_notify
-@dir %%DATADIR%%/plugins/data/config_wizard
-@dir %%DATADIR%%/plugins/data/docking_notify
-@dir %%DATADIR%%/plugins/data/docking
-@dir %%DATADIR%%/plugins/data/emoticons
-@dir %%DATADIR%%/plugins/data/encryption_otr
-@dir %%DATADIR%%/plugins/data/exec_notify
-@dir %%DATADIR%%/plugins/data/ext_sound
-@dir %%DATADIR%%/plugins/data/filedesc
-@dir %%DATADIR%%/plugins/data/firewall
-@dir %%DATADIR%%/plugins/data/freedesktop_notify
-@dir %%DATADIR%%/plugins/data/gadu_protocol
-@dir %%DATADIR%%/plugins/data/hints
-@dir %%DATADIR%%/plugins/data/history
-@dir %%DATADIR%%/plugins/data/idle
-@dir %%DATADIR%%/plugins/data/imagelink
-@dir %%DATADIR%%/plugins/data/jabber_protocol
-@dir %%DATADIR%%/plugins/data/last_seen
-@dir %%DATADIR%%/plugins/data/mpd_mediaplayer
-@dir %%DATADIR%%/plugins/data/pcspeaker
-@dir %%DATADIR%%/plugins/data/screenshot
-@dir %%DATADIR%%/plugins/data/simpleview
-@dir %%DATADIR%%/plugins/data/single_window
-@dir %%DATADIR%%/plugins/data/sound
-@dir %%DATADIR%%/plugins/data/speech
-@dir %%DATADIR%%/plugins/data/spellchecker
-@dir %%DATADIR%%/plugins/data/tabs
-@dir %%DATADIR%%/plugins/data/windows_integration
-@dir %%DATADIR%%/themes/icons/default/kadu_icons/svg
-@dir %%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg
-@dir %%DATADIR%%/themes/icons/default/protocols/xmpp/svg
-@dir %%DATADIR%%/themes/icons/faenza/kadu_icons/svg
-@dir %%DATADIR%%/themes/icons/faenza/protocols/common/svg
-@dir %%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg
-@dir %%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg
-@dir %%DATADIR%%/themes/icons/faenza/svg
-@dir %%DATADIR%%/themes/icons/glass/kadu_icons/svg
-@dir %%DATADIR%%/themes/icons/glass/protocols/xmpp/svg
-@dir %%DATADIR%%/themes/icons/oxygen/external_modules/svg
-@dir %%DATADIR%%/themes/icons/oxygen/kadu_icons/svg
-@dir %%DATADIR%%/themes/icons/oxygen/protocols/common/svg
-@dir %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/svg
-@dir %%DATADIR%%/themes/icons/oxygen/svg