author | mickeyl <mickeyl> | 2004-05-28 23:08:17 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-28 23:08:17 (UTC) |
commit | e370bbfbe879086e1e1cb3d856544f231ca614be (patch) (side-by-side diff) | |
tree | 7b3e42270ac41c3abd74b922f3a786679b2c9eab /apps/Python/simple.desktop | |
parent | 08998f34ec77062224dc0783be78d9e6e3bf7910 (diff) | |
download | opie-e370bbfbe879086e1e1cb3d856544f231ca614be.zip opie-e370bbfbe879086e1e1cb3d856544f231ca614be.tar.gz opie-e370bbfbe879086e1e1cb3d856544f231ca614be.tar.bz2 |
- add a dedicated tab for Python applications
- add .desktop files for Python examples (will follow later)
- add pics for tab and applnk
-rw-r--r-- | apps/Python/simple.desktop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/Python/simple.desktop b/apps/Python/simple.desktop new file mode 100644 index 0000000..e544058 --- a/dev/null +++ b/apps/Python/simple.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Exec=python/simple.py +Icon=pyquicklaunch/logo +Type=Example +Name=Simple +Comment=An Example Program +Name[pt]=Exemplo +Comment[pt]=Um programa de exemplo |