Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Commit

Permalink
Update HBN.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbarbez authored Feb 19, 2017
1 parent e340fef commit 4e8d47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HB_Nieuwsbrief/HBN.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public partial class HBN
private const string TEXT_BUTTON_CONFIG = "Configuratie";
private const string COMMANDBAR_TITLE = "HB Nieuwsbrief Toolbar";
private const string MSGBOX_TITLE = "HB Nieuwsbrief - Fout";
private const string MAIL_SUBJECT = "Nieuwsbrief Economisch Huis Oostende";
private const string MAIL_SUBJECT = "";
private const string ERROR_IMAGES_NOT_FOUND = "Eén van de afbeeldingen (logo, achtergrond) voor de nieuwsbrief is niet gevonden. Controleer uw nieuwsbrief instellingen.";
#endregion
#region Start-up and Shut-down
Expand Down Expand Up @@ -278,4 +278,4 @@ private void AddRecipients(Outlook.MailItem mail)
}
#endregion
}
}
}

0 comments on commit 4e8d47f

Please sign in to comment.