summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xSwift/resources/themes/Default/Incoming/Content.html2
-rwxr-xr-xSwift/resources/themes/Default/Incoming/Context.html2
-rwxr-xr-xSwift/resources/themes/Default/Outgoing/Content.html2
-rwxr-xr-xSwift/resources/themes/Default/Outgoing/Context.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/Swift/resources/themes/Default/Incoming/Content.html b/Swift/resources/themes/Default/Incoming/Content.html
index fb4795f..dc5f8b2 100755
--- a/Swift/resources/themes/Default/Incoming/Content.html
+++ b/Swift/resources/themes/Default/Incoming/Content.html
@@ -2,7 +2,7 @@
<table width="100%">
<tr>
<td valign="top">
- <img src="%userIconPath%" class="avatar" title="%sender%" />
+ <img src="%userIconPath%" class="avatar" title="%sender%" ondragstart="return false" />
<div class="myBubble">
<div class="indicator"></div>
<table class="tableBubble" cellspacing="0" cellpadding="0">
diff --git a/Swift/resources/themes/Default/Incoming/Context.html b/Swift/resources/themes/Default/Incoming/Context.html
index c6fa61c..1f0c528 100755
--- a/Swift/resources/themes/Default/Incoming/Context.html
+++ b/Swift/resources/themes/Default/Incoming/Context.html
@@ -2,7 +2,7 @@
<table width="100%">
<tr>
<td valign="top">
- <img src="%userIconPath%" class="avatar"/>
+ <img src="%userIconPath%" class="avatar" ondragstart="return false" />
<div class="myBubble">
<div class="indicator"></div>
<table class="tableBubble" cellspacing="0" cellpadding="0">
diff --git a/Swift/resources/themes/Default/Outgoing/Content.html b/Swift/resources/themes/Default/Outgoing/Content.html
index 87ca272..b0475d2 100755
--- a/Swift/resources/themes/Default/Outgoing/Content.html
+++ b/Swift/resources/themes/Default/Outgoing/Content.html
@@ -2,7 +2,7 @@
<table width="100%">
<tr>
<td valign="top">
- <img src="%userIconPath%" class="avatar" title="%sender%" />
+ <img src="%userIconPath%" class="avatar" title="%sender%" ondragstart="return false" />
<div class="myBubble">
<div class="indicator"></div>
<table class="tableBubble" cellspacing="0" cellpadding="0">
diff --git a/Swift/resources/themes/Default/Outgoing/Context.html b/Swift/resources/themes/Default/Outgoing/Context.html
index 229c592..679d786 100755
--- a/Swift/resources/themes/Default/Outgoing/Context.html
+++ b/Swift/resources/themes/Default/Outgoing/Context.html
@@ -2,7 +2,7 @@
<table width="100%">
<tr>
<td valign="top">
- <img src="%userIconPath%" class="avatar"/>
+ <img src="%userIconPath%" class="avatar" ondragstart="return false" />
<div class="myBubble">
<div class="indicator"></div>
<table class="tableBubble" cellspacing="0" cellpadding="0">