Searched refs:apdrPrintersDownText (Results 1 – 1 of 1) sorted by relevance
85 char * apdrPrintersDownText; member211 offsetof(AppPrintDialogResources,apdrPrintersDownText),1004 int ltxt= strlen( apdr->apdrPrintersDownText ); in appPrintDialogFillPrinterMenu()1015 if ( apdr->apdrPrintersDownText[pos+ 0] == '%' && in appPrintDialogFillPrinterMenu()1016 apdr->apdrPrintersDownText[pos+ 1] == 'd' ) in appPrintDialogFillPrinterMenu()1020 strncpy( scratch, apdr->apdrPrintersDownText, pos ); in appPrintDialogFillPrinterMenu()1024 { strcpy( scratch+ pos+ lval ,apdr->apdrPrintersDownText+ pos+ 2 ); } in appPrintDialogFillPrinterMenu()1025 else{ strcpy( scratch+ pos+ lval ,apdr->apdrPrintersDownText+ pos ); } in appPrintDialogFillPrinterMenu()