Ignore:
Timestamp:
2006-02-15T16:38:22+13:00 (18 years ago)
Author:
mdewsnip
Message:

Various little bug fixes and improvements (many to get things working with Visual Studio 2005), by Emanuel Dejanu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/browsefilter.cpp

    r9937 r11259  
    5757  filtopt.type = FilterOption_t::stringt;
    5858  filtopt.repeatable = FilterOption_t::onePerQuery;
    59   filtopt.defaultValue = "";
     59  filtopt.defaultValue = g_EmptyText;
    6060  filterOptions["ParentNode"] = filtopt;
    6161}
Note: See TracChangeset for help on using the changeset viewer.