diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-09-21 11:16:58 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-09-23 14:26:13 +0200 |
commit | 3fbc60131516a19dcf9cdf756388a3a0c67b39fc (patch) | |
tree | 9381a75375ffce0c31fd302c6f1d198e87785a27 /skindesigner.c | |
parent | 8c9a0d79258bd412d0cb82885d1f446003185937 (diff) | |
download | vdr-plugin-skindesigner-1.2.8.5.tar.gz vdr-plugin-skindesigner-1.2.8.5.tar.bz2 |
Refresh imgCache if OsdProvider was changed (simple fix)1.2.8.5
Diffstat (limited to 'skindesigner.c')
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index f88c074..394868c 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.2.8.4"; +static const char *VERSION = "1.2.8.5"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |