summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-09-08 16:48:53 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-09-08 16:51:44 -0400
commit700e78d847c493e09a969a657a29a4ef040c07ba (patch)
tree8079174de4c6e31f9fb4ba688feae9e8203ed881 /gtk/gtkfilechooser.c
parent57b353de33a383a606d216f2aee661debb290ee9 (diff)
downloadgtk+-700e78d847c493e09a969a657a29a4ef040c07ba.tar.gz
Remove more leftover &mdash;es
These were leftover at various places in the documentation.
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r--gtk/gtkfilechooser.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 2c23ea9990..969eae257a 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -716,7 +716,7 @@ gtk_file_chooser_get_filename (GtkFileChooser *chooser)
* dialog for which you already have a file name to which
* the user may save. For example, when the user opens an existing file and
* then does Save As... to save a copy or
- * a modified version. If you don’t have a file name already &mdash; for
+ * a modified version. If you don’t have a file name already — for
* example, if the user just created a new file and is saving it for the first
* time, do not call this function. Instead, use something similar to this:
* |[<!-- language="C" -->
@@ -1068,7 +1068,7 @@ gtk_file_chooser_get_uri (GtkFileChooser *chooser)
* dialog for which you already have a file name to which
* the user may save. For example, when the user opens an existing file and then
* does Save As... to save a copy or a
- * modified version. If you don’t have a file name already &mdash; for example,
+ * modified version. If you don’t have a file name already — for example,
* if the user just created a new file and is saving it for the first time, do
* not call this function. Instead, use something similar to this:
* |[<!-- language="C" -->
@@ -1434,7 +1434,7 @@ gtk_file_chooser_get_files (GtkFileChooser *chooser)
* you should use this function if you already have a file name to which the
* user may save; for example, when the user opens an existing file and then
* does Save As... If you don’t have
- * a file name already &mdash; for example, if the user just created a new
+ * a file name already — for example, if the user just created a new
* file and is saving it for the first time, do not call this function.
* Instead, use something similar to this:
* |[<!-- language="C" -->