Advertisement
Guest User

modest.diff

a guest
Nov 18th, 2013
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.73 KB | None | 0 0
  1. diff --git a/src/modest-text-utils.h b/src/modest-text-utils.h
  2. index 06dbdc8..95a28ba 100644
  3. --- a/src/modest-text-utils.h
  4. +++ b/src/modest-text-utils.h
  5. @@ -35,6 +35,7 @@
  6.  
  7.  #include <time.h>
  8.  #include <glib.h>
  9. +#include <glib/gi18n.h>
  10.  #include <gdk/gdk.h>
  11.  #include <gtk/gtk.h>
  12.  
  13. @@ -106,7 +107,7 @@
  14.  #define _FM_REPLACE_FILE _FM("docm_nc_replace_file")
  15.  #define _FM_REPLACE_MULTIPLE _FM("docm_nc_replace_multiple")
  16.  #define _FM_READ_ONLY_LOCATION _FM("sfil_ib_readonly_location")
  17. -#define _FM_SAVE_OBJECT_FILES _FM("mcen_me_viewer_save_attachments")
  18. +#define _FM_SAVE_OBJECT_FILES _("mcen_me_viewer_save_attachments")
  19.  #define _FM_CHANGE_FOLDER_NEW_FOLDER ("ckdg_bd_change_folder_new_folder")
  20.  #else
  21.  #define _HL_SAVE _("Save")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement