author | zecke <zecke> | 2003-08-30 20:11:48 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-08-30 20:11:48 (UTC) |
commit | cc1e68e0b6e0677e0523382daeb12d60ba0b67c9 (patch) (side-by-side diff) | |
tree | a31d752416e4ed62e570dd6cb2197ed64bc28beb /apps/Examples | |
parent | cfb97af8f45087e58d4b82689df22191bd657c34 (diff) | |
download | opie-cc1e68e0b6e0677e0523382daeb12d60ba0b67c9.zip opie-cc1e68e0b6e0677e0523382daeb12d60ba0b67c9.tar.gz opie-cc1e68e0b6e0677e0523382daeb12d60ba0b67c9.tar.bz2 |
Add Example tab and 4 examples for now
-rw-r--r-- | apps/Examples/.directory | 4 | ||||
-rw-r--r-- | apps/Examples/main-tab.desktop | 6 | ||||
-rw-r--r-- | apps/Examples/simple-icon.desktop | 8 | ||||
-rw-r--r-- | apps/Examples/simple-main.desktop | 8 | ||||
-rw-r--r-- | apps/Examples/simple.desktop | 8 |
5 files changed, 34 insertions, 0 deletions
diff --git a/apps/Examples/.directory b/apps/Examples/.directory new file mode 100644 index 0000000..301254f --- a/dev/null +++ b/apps/Examples/.directory @@ -0,0 +1,4 @@ +[Desktop Entry] +Icon=AppsIcon +Type=application/octet-stream +Name=Examples diff --git a/apps/Examples/main-tab.desktop b/apps/Examples/main-tab.desktop new file mode 100644 index 0000000..2727b26 --- a/dev/null +++ b/apps/Examples/main-tab.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Exec=main-tab +Icon=Example +Type=Example +Name=TabWidget Example +Comment=An Example Program diff --git a/apps/Examples/simple-icon.desktop b/apps/Examples/simple-icon.desktop new file mode 100644 index 0000000..c555fb5 --- a/dev/null +++ b/apps/Examples/simple-icon.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Exec=simple-icon +Icon=Example +Type=Example +Name=IconExample +Comment=An Example Program +Name[pt]=Exemplo +Comment[pt]=Um programa de exemplo diff --git a/apps/Examples/simple-main.desktop b/apps/Examples/simple-main.desktop new file mode 100644 index 0000000..35c6ad4 --- a/dev/null +++ b/apps/Examples/simple-main.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Exec=simple-main +Icon=Example +Type=Example +Name=Simple MainWindow +Comment=An Example Program +Name[pt]=Exemplo +Comment[pt]=Um programa de exemplo diff --git a/apps/Examples/simple.desktop b/apps/Examples/simple.desktop new file mode 100644 index 0000000..8acab9d --- a/dev/null +++ b/apps/Examples/simple.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Exec=simple +Icon=Example +Type=Example +Name=SimpleExample +Comment=An Example Program +Name[pt]=Exemplo +Comment[pt]=Um programa de exemplo |