~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

Viewing changes to pgadmin/dlg/dlgAggregate.cpp

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2014-10-23 12:42:50 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20141023124250-lyt902bdtiugcyz6
Tags: 1.20.0~beta2-1
* New upstream release.
* Use /bin/bash in pgadmin/ui/embed-xrc.
* Use /usr/share/dpkg/buildflags.mk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
 
124
124
                                        int icon = userFactory.GetIconId();
125
125
 
126
 
                                        if (roleName.Left(6).IsSameAs(wxT("group ")), false)
 
126
                                        if (roleName.Left(6).IsSameAs(wxT("group "), false))
127
127
                                        {
128
128
                                                icon = groupFactory.GetIconId();
129
129
                                                roleName = wxT("group ") + qtStrip(roleName.Mid(6));