~ubuntu-branches/ubuntu/quantal/nvidia-settings-updates/quantal

« back to all changes in this revision

Viewing changes to src/query-assign.c

  • Committer: Package Import Robot
  • Author(s): Alberto Milone
  • Date: 2012-10-04 13:01:06 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121004130106-vyw1p0f8g3corinh
Tags: 304.51-0ubuntu1
* debian/control.in:
  - Correct typo.
* New upstream release:
  - Fixed a bug that sometimes caused the display layout area
    of the nvidia-settings control panel to be laid out
    incorrectly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1449
1449
            /* for framelock, create the product name */
1450
1450
 
1451
1451
            product_name = malloc(32);
1452
 
            snprintf(product_name, 32, "G-Sync %d", i);
 
1452
            snprintf(product_name, 32, "Quadro Sync %d", i);
1453
1453
 
1454
1454
        } else if (target_index == VCS_TARGET) {
1455
1455