Changeset 247


Ignore:
Timestamp:
07/09/06 19:41:18 (18 years ago)
Author:
Nicholas Riley
Message:

Launch on boot; better date format; PNG optimization

Location:
trunk/hiptop/pester
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/hiptop/pester/locale/en_US/Pester.rsrc

    r245 r247  
    88string ID_APP_NAME "Pester"
    99string ID_APP_CLASS "net.sabi.pester.Pester"
    10 string ID_APP_FLAGS ""
     10string ID_APP_FLAGS "L"
    1111string ID_CHOOSER_CATEGORY "pim"
    1212string ID_LOCALE "en_US"
  • trunk/hiptop/pester/net/sabi/pester/Alarm.java

    r244 r247  
    163163        String layout = LocaleUtils.getDateTimePattern();
    164164        String timeFormat = LocaleUtils.getMediumTimeFormat();
    165         String dateFormat = LocaleUtils.getShortDateFormat();
     165        String dateFormat = LocaleUtils.getMediumDateFormat();
    166166        return StringFormat.withFormat(layout,
    167167                                       DateFormat.withFormat(timeFormat, date),
Note: See TracChangeset for help on using the changeset viewer.