Name

UI::GetProductName — Get Product Name

Synopsis

string GetProductName (void); 

Return

string

Product Name

Description

Returns the current product name ("SuSE Linux", "United Linux", etc.) for display in dialogs. This can be set with SetProductName().

Note: In help texts in RichText widgets, a predefined macro &product; can be used for the same purpose.

Usage

  sformat( "Welcome to %1", GetProductName() );