Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGankov Andrey <gankov@opensuse.org>2015-11-12 12:55:26 +0300
committerGankov Andrey <gankov@opensuse.org>2015-11-12 12:55:26 +0300
commitd01d4a61ee1486b4d4602cd193cff7b1f9f977ea (patch)
treedd8fdc4c83e6b7ca2d25cda5ba3fdb3728925c5e /mcs/class/Mono.Cairo
parent7df720cf5116e545709ce53bc3a620ed5cd7fd1a (diff)
Fixed a typo
Diffstat (limited to 'mcs/class/Mono.Cairo')
-rw-r--r--mcs/class/Mono.Cairo/Mono.Cairo/Context.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/Mono.Cairo/Mono.Cairo/Context.cs b/mcs/class/Mono.Cairo/Mono.Cairo/Context.cs
index 57cb86cd8b0..7ca0dee45dd 100644
--- a/mcs/class/Mono.Cairo/Mono.Cairo/Context.cs
+++ b/mcs/class/Mono.Cairo/Mono.Cairo/Context.cs
@@ -230,7 +230,7 @@ namespace Cairo {
NativeMethods.cairo_set_dash (handle, dashes, dashes.Length, offset);
}
- [Obsolete("Use GetSource/GetSource")]
+ [Obsolete("Use GetSource/SetSource")]
public Pattern Pattern {
set {
SetSource (value);
@@ -241,7 +241,7 @@ namespace Cairo {
}
//This is obsolete because it wasn't obvious it needed to be disposed
- [Obsolete("Use GetSource/GetSource")]
+ [Obsolete("Use GetSource/SetSource")]
public Pattern Source {
set {
SetSource (value);