[Frugalware-darcs] setup-current: formatdev: new function:
asktowhere()
VMiklos
vmiklos at frugalware.org
Thu Mar 16 17:54:56 CET 2006
[formatdev: new function: asktowhere()
VMiklos <vmiklos at frugalware.org>**20051111232255] {
hunk ./src/plugins/formatdisk.c 381
+char *asktowhere(char *dev)
+{
+ fw_inputbox(g_strdup_printf(_("Select mount point for %s"), dev),
+ "You need to specify where you want the new partition mounted. "
+ "For example, if you want to put it under /usr/local, then "
+ "respond: /usr/local\n\nWhere would you like to mount this "
+ "partition?", 0, 0, "", 0);
+ return(strdup(dialog_vars.input_result));
+}
+
}
More information about the Frugalware-darcs
mailing list