diff options
Diffstat (limited to 'wgt-strings.c')
-rw-r--r-- | wgt-strings.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/wgt-strings.c b/wgt-strings.c new file mode 100644 index 0000000..b11bbaf --- /dev/null +++ b/wgt-strings.c @@ -0,0 +1,14 @@ + +const char _config_xml_[] = "config.xml"; +const char _name_[] = "name"; +const char _description_[] = "description"; +const char _author_[] = "author"; +const char _license_[] = "license"; +const char _icon_[] = "icon"; +const char _content_[] = "content"; +const char _feature_[] = "feature"; +const char _preference_[] = "preference"; +const char _width_[] = "width"; +const char _height_[] = "height"; + + |