summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-09-01 13:20:11 (UTC)
committer llornkcor <llornkcor>2002-09-01 13:20:11 (UTC)
commit48c4161647506750237ab88888bf9d0867baa107 (patch) (unidiff)
tree40a93a6175e24151563e2cbe01777708c72a9c21
parent41d125f02fb485f963818efea9f32f3f29148710 (diff)
downloadopie-48c4161647506750237ab88888bf9d0867baa107.zip
opie-48c4161647506750237ab88888bf9d0867baa107.tar.gz
opie-48c4161647506750237ab88888bf9d0867baa107.tar.bz2
added advanced features comment
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/apps/textedit/textedit.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp
index 8eaafce..bd0014a 100644
--- a/core/apps/textedit/textedit.cpp
+++ b/core/apps/textedit/textedit.cpp
@@ -15,13 +15,18 @@
15** 15**
16** Contact info@trolltech.com if any conditions of this licensing are 16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20// changes added by L. J. Potter Sun 02-17-2002 21:31:31 20// changes added by L. J. Potter Sun 02-17-2002 21:31:31
21 21/*
22 useAdvancedfeatures =
23 1) do not prompt on cancel, even if text is edited.
24 2) prompt user is .desktop file
25 3) prompt user for File Permissions on saveAs
26 */
22#include "textedit.h" 27#include "textedit.h"
23#include "filePermissions.h" 28#include "filePermissions.h"
24#include "fontDialog.h" 29#include "fontDialog.h"
25 30
26#include <opie/ofileselector.h> 31#include <opie/ofileselector.h>
27#include <opie/ofiledialog.h> 32#include <opie/ofiledialog.h>