diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-07-11 14:57:27 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-07-30 14:16:42 +0200 |
commit | 43862c7c80eb8ff2b113a02c708e51498cdffab1 (patch) | |
tree | 2d4b904f673994e161940b12bbda4d96a1d70f22 /skinnopacity.c | |
parent | 39b723f04aaec82abc11eedb2f8b8fd970bc6fd7 (diff) | |
download | skin-nopacity-43862c7c80eb8ff2b113a02c708e51498cdffab1.tar.gz skin-nopacity-43862c7c80eb8ff2b113a02c708e51498cdffab1.tar.bz2 |
Merge Light version
"Light" version only differs from "normal" version in the detail view.
So we can merge them together. The desired version can be selected in
the setup ("Use tabs in detailview").
Diffstat (limited to 'skinnopacity.c')
-rw-r--r-- | skinnopacity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skinnopacity.c b/skinnopacity.c index 8596ead..976ec0f 100644 --- a/skinnopacity.c +++ b/skinnopacity.c @@ -17,7 +17,7 @@ #endif -static const char *VERSION = "1.1.8"; +static const char *VERSION = "1.1.9-Test"; static const char *DESCRIPTION = "'nOpacity' Skin"; static const char *MAINMENUENTRY = "nOpacity"; |