filechooserbutton: Remove an outdated comment
authorTimm Bäder <mail@baedert.org>
Sun, 22 Sep 2019 07:07:33 +0000 (09:07 +0200)
committerTimm 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

index 79bc9801b393410fd7ad5ba773b47ee1cfb114ac..ddc468737c0b941ad369d2fcc23e4456e746d747 100644 (file)
 #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)")
 
 
 /* ********************** *