buybuy plaintext important message.
[citadel.git] / webcit / preferences.c
index 5f8022304cba2b4c8a3b2cb01d0a99859259dd9a..bae72a33ad118eec54f397c11eb196e66353c8ce 100644 (file)
@@ -860,9 +860,7 @@ void GetPreferences(HashList *Setting)
 void set_preferences(void)
 {      
        if (!havebstr("change_button")) {
-               safestrncpy(WC->ImportantMessage, 
-                           _("Cancelled.  No settings were changed."),
-                           sizeof WC->ImportantMessage);
+               AppendImportantMessage(_("Cancelled.  No settings were changed."), -1);
                display_main_menu();
                return;
        }