diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-30 08:38:38 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-30 08:38:38 +0000 |
| commit | ba41fa537a432210147586b1442ab67b6d400d18 (patch) | |
| tree | d65b1bb4e7d20de518b40db98fb4399f419d36be /utils/themeeditor/resources/deviceoptions | |
| parent | f8dd370ff8ece4d32589767dc4a9b43398c1cf7e (diff) | |
| download | rockbox-ba41fa537a432210147586b1442ab67b6d400d18.zip rockbox-ba41fa537a432210147586b1442ab67b6d400d18.tar.gz rockbox-ba41fa537a432210147586b1442ab67b6d400d18.tar.bz2 rockbox-ba41fa537a432210147586b1442ab67b6d400d18.tar.xz | |
Theme Editor: Made auto-complete functional and enabled it by default. Added a small subset of the available tags to the tagdb file, filling it out is todo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27625 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/resources/deviceoptions')
| -rw-r--r-- | utils/themeeditor/resources/deviceoptions | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/themeeditor/resources/deviceoptions b/utils/themeeditor/resources/deviceoptions index cc349c5..4b883ae 100644 --- a/utils/themeeditor/resources/deviceoptions +++ b/utils/themeeditor/resources/deviceoptions @@ -1,3 +1,23 @@ +########################################################################### +# __________ __ ___. +# Open \______ \ ____ ____ | | _\_ |__ _______ ___ +# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / +# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < +# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ +# \/ \/ \/ \/ \/ +# $Id$ +# +# Copyright (C) 2010 Robert Bieber +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +############################################################################/ # This file defines the options for the device configuration panel # Declare a section with a line containing a string inside brackets, i.e. # [Some Section] |