projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8122156
)
filechooserbutton: Remove an outdated comment
author
Timm Bäder
<mail@baedert.org>
Sun, 22 Sep 2019 07:07:33 +0000
(09:07 +0200)
committer
Timm Bäder
<mail@baedert.org>
Wed, 25 Sep 2019 15:51:52 +0000
(17:51 +0200)
The path used is wrong but the string isn't used in the testsuite
anyway.
gtk/gtkfilechooserbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserbutton.c
b/gtk/gtkfilechooserbutton.c
index 79bc9801b393410fd7ad5ba773b47ee1cfb114ac..ddc468737c0b941ad369d2fcc23e4456e746d747 100644
(file)
--- a/
gtk/gtkfilechooserbutton.c
+++ b/
gtk/gtkfilechooserbutton.c
@@
-111,7
+111,7
@@
#define ICON_SIZE 16
#define DEFAULT_TITLE N_("Select a File")
#define DESKTOP_DISPLAY_NAME N_("Desktop")
-#define FALLBACK_DISPLAY_NAME
N_("(None)") /* this string is used in gtk/gtk/tests/filechooser.c - change it there if you change it here */
+#define FALLBACK_DISPLAY_NAME
N_("(None)")
/* ********************** *