diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-01-25 08:38:47 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-01-25 08:38:47 +0800 |
commit | f7be5f2113a67ae741146181bc163e63f027297d (patch) | |
tree | 70382299467598663e02436011701a6364cbd7ce /ChangeLog | |
parent | 8b723af53aa4bd4b45f68f4035afd08091aecee4 (diff) | |
download | gsoc2013-epiphany-f7be5f2113a67ae741146181bc163e63f027297d.tar gsoc2013-epiphany-f7be5f2113a67ae741146181bc163e63f027297d.tar.gz gsoc2013-epiphany-f7be5f2113a67ae741146181bc163e63f027297d.tar.bz2 gsoc2013-epiphany-f7be5f2113a67ae741146181bc163e63f027297d.tar.lz gsoc2013-epiphany-f7be5f2113a67ae741146181bc163e63f027297d.tar.xz gsoc2013-epiphany-f7be5f2113a67ae741146181bc163e63f027297d.tar.zst gsoc2013-epiphany-f7be5f2113a67ae741146181bc163e63f027297d.zip |
Add a way to get the downloads dir with a comment for translators. Use dir
2004-01-25 Marco Pesenti Gritti <marco@gnome.org>
* lib/ephy-file-helpers.c: (ephy_file_tmp_dir),
(ephy_file_downloads_dir):
* lib/ephy-file-helpers.h:
Add a way to get the downloads dir with a comment
for translators.
Use dir instead of directory consistently with
the other functions.
* embed/mozilla/MozDownload.cpp:
* src/prefs-dialog.c: (get_download_button_label):
* src/window-commands.c: (save_temp_source):
Use the helper.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2004-01-25 Marco Pesenti Gritti <marco@gnome.org> + + * lib/ephy-file-helpers.c: (ephy_file_tmp_dir), + (ephy_file_downloads_dir): + * lib/ephy-file-helpers.h: + + Add a way to get the downloads dir with a comment + for translators. + Use dir instead of directory consistently with + the other functions. + + * embed/mozilla/MozDownload.cpp: + * src/prefs-dialog.c: (get_download_button_label): + * src/window-commands.c: (save_temp_source): + + Use the helper. + 2004-01-24 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_help_about): |