Searched refs:APP_NAME (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/apps/text_search/
H A DGlobalDefs.h10 #define APP_NAME "TextSearch" macro
H A DGrepWindow.cpp401 title << B_TRANSLATE(APP_NAME) << ": " << path.Path();
405 title = B_TRANSLATE(APP_NAME);
1451 str1 << B_TRANSLATE("%APP_NAME couldn't open one or more folders.");
1452 str1.ReplaceFirst("%APP_NAME",APP_NAME);
/haiku-fatelf/src/apps/autoraise/
H A DAutoRaiseApp.cpp42 printf(APP_NAME" being put into Tray (one shot)...\n");
51 printf(APP_NAME" being put into Tray (persistant)...\n");
59 printf("\nUsage: "APP_NAME" [options]\n\t--deskbar\twill not open window, will just put "APP_NAME" into tray\n\t--persist will put "APP_NAME" into tray such that it remains between bootings\n");
69 printf("\nUsage: " APP_NAME " [options]\n\t--deskbar\twill not open window, will just put " APP_NAME " into tray\n\t--persist will put " APP_NAME " into tray such that it remains between bootings\n");
70 BAlert *alert = new BAlert("usage box", APP_NAME ", (c) 2002, mmu_man\nUsage: " APP_NAME " [option
[all...]
H A Dcommon.h23 #define APP_NAME "AutoRaise" macro
H A DAutoRaiseIcon.cpp27 if (db.RemoveItem(APP_NAME) != B_OK)
173 AddItem(new BMenuItem("About "APP_NAME B_UTF8_ELLIPSIS,
/haiku-fatelf/src/apps/fontdemo/
H A DFontDemo.cpp20 const BString APP_NAME = B_TRANSLATE_SYSTEM_NAME("FontDemo"); variable
26 BWindow* demoWindow = new BWindow(BRect(80, 30, 490, 300), APP_NAME,

Completed in 214 milliseconds