diff options
Diffstat (limited to 'kommander/examples/current/editor-poc.kmdr')
-rwxr-xr-x | kommander/examples/current/editor-poc.kmdr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/examples/current/editor-poc.kmdr b/kommander/examples/current/editor-poc.kmdr index 2bc9febf..3713cb84 100755 --- a/kommander/examples/current/editor-poc.kmdr +++ b/kommander/examples/current/editor-poc.kmdr @@ -110,7 +110,7 @@ CheckBoxI.setVisible(false) TextEdit3.setVisible(false) AboutDialog2.initialize("Kommander Editor Demo", "", "0.1", "Copyright 2008") AboutDialog2.setLicense("GPL_V2") -AboutDialog2.addAuthor("Eric Laffoon", "Project Lead", "eric@tdewebdev.org", "http://kommander.tdewebdev.org") +AboutDialog2.addAuthor("Eric Laffoon", "Project Lead", "eric@kdewebdev.org", "http://kommander.kdewebdev.org") AboutDialog2.setDescription("This is a demo of what can be done with kommander 1.3\nYou are running "+_VERSION+" now. This is not intended to\nbe of use for any specific tasks. We hope you enjoy it.") </string> </stringlist> @@ -229,7 +229,7 @@ debug("Clicked at: "+Self.Item(0)+" "+Self.Item(1)) <p>Test this <a href="ScriptLink2">link</a> text.<br />Add a new line with Ctrl-Enter or Enter. Note the links are correctly parsed.</p> <p>New paragraph. Look! <a href="ScriptLink3">another internal link</a> to try out.</p> <p>Although this widget does not give visual feedback on links it does allow them to execute scripts or call a web site as you can see below. </p> -<p>Functionality on this window may be incomplete. It is for demo purposes only. Look for new examples and tools on our <a href="http://kommander.tdewebdev.org">website</a>.</p> +<p>Functionality on this window may be incomplete. It is for demo purposes only. Look for new examples and tools on our <a href="http://kommander.kdewebdev.org">website</a>.</p> </body></html> </string> </property> |