Changeset 4264
- Timestamp:
- 08/20/08 15:59:37 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/charon/plugins/nm/gnome/auth-dialog/main.c
r4260 r4264 139 139 } 140 140 printf("password\n%s\n", pass); 141 printf("\n\n" , pass);141 printf("\n\n"); 142 142 /* flush output, wait for input */ 143 143 fflush(stdout); trunk/src/charon/plugins/nm/gnome/properties/nm-strongswan.c
r4261 r4264 180 180 return FALSE; 181 181 gtk_combo_box_append_text (GTK_COMBO_BOX (widget), _("EAP")); 182 gtk_combo_box_append_text (GTK_COMBO_BOX (widget), _("P SK (insecure)"));182 gtk_combo_box_append_text (GTK_COMBO_BOX (widget), _("Preshared Key")); 183 183 value = g_hash_table_lookup (settings->data, "method"); 184 184 if (value) {
